- Fix LICENSE
- Remove bogus (in presence of USE_GITHUB) USES=tar* - Switch to USES=localbase Approved by: portmgr blanket
This commit is contained in:
parent
42a3fb2365
commit
39068daf28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429923
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue