diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-29 23:32:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-12-29 23:32:45 +0800 |
commit | 41b87569a569159aff9a37edca13dc5f8047788c (patch) | |
tree | 4872c68020d9fcfd9715cb9c2cbbd0c1ba9ec705 /math | |
parent | a0dfc1cc04e3fa205f17ce1649bd791c62a8e475 (diff) | |
download | freebsd-ports-gnome-41b87569a569159aff9a37edca13dc5f8047788c.tar.gz freebsd-ports-gnome-41b87569a569159aff9a37edca13dc5f8047788c.tar.zst freebsd-ports-gnome-41b87569a569159aff9a37edca13dc5f8047788c.zip |
- Fix LICENSE
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- Switch to USES=localbase
Approved by: portmgr blanket
Diffstat (limited to 'math')
-rw-r--r-- | math/galculator/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/galculator/Makefile b/math/galculator/Makefile index b4115fcf87b6..4f95776e3d4a 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -8,16 +8,14 @@ CATEGORIES= math MAINTAINER= naddy@FreeBSD.org COMMENT= GTK-based scientific calculator -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING USE_GITHUB= yes -USES= autoreconf gettext gmake libtool pkgconfig tar:bzip2 +USES= autoreconf gettext gmake libtool localbase pkgconfig USE_GNOME= cairo intltool GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib INSTALLS_ICONS= yes OPTIONS_SINGLE= GTK |