mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- 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
@ -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 New Issue
Block a user