svn commit: r455212 - head/math/drgeo

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 30 17:06:15 UTC 2017


Author: amdmi3
Date: Thu Nov 30 17:06:14 2017
New Revision: 455212
URL: https://svnweb.freebsd.org/changeset/ports/455212

Log:
  - Add LICENSE
  - Switch to USES=localbase

Modified:
  head/math/drgeo/Makefile

Modified: head/math/drgeo/Makefile
==============================================================================
--- head/math/drgeo/Makefile	Thu Nov 30 16:25:06 2017	(r455211)
+++ head/math/drgeo/Makefile	Thu Nov 30 17:06:14 2017	(r455212)
@@ -10,13 +10,14 @@ MASTER_SITES=	SF/ofset/${PORTNAME}/${PORTVERSION}
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	GTK interactive geometry software
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libguile.so:lang/guile
 
 GNU_CONFIGURE=	yes
-USES=		gettext gmake pkgconfig pathfix
+USES=		gettext gmake localbase:ldflags pkgconfig pathfix
 USE_GNOME=	gnomeprefix intlhack libglade2
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 
 PORTDATA=	*
 


More information about the svn-ports-head mailing list