diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-11-01 17:04:36 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:51:23 +0800 |
commit | 5e1389f73bb704a07a4ff6df6c6a4e9f115a5c3c (patch) | |
tree | b32d87bf19ac5191111a4b16c019f87f008b627e /print | |
parent | b21bd6b8e256e0c594e57cdc5c9e7de46cc55caa (diff) | |
download | freebsd-ports-gnome-5e1389f73bb704a07a4ff6df6c6a4e9f115a5c3c.tar.gz freebsd-ports-gnome-5e1389f73bb704a07a4ff6df6c6a4e9f115a5c3c.tar.zst freebsd-ports-gnome-5e1389f73bb704a07a4ff6df6c6a4e9f115a5c3c.zip |
- Add LICENSE
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
Diffstat (limited to 'print')
-rw-r--r-- | print/gnome-cups-manager/Makefile | 9 | ||||
-rw-r--r-- | print/gnome-cups-manager/pkg-descr | 2 |
2 files changed, 7 insertions, 4 deletions
diff --git a/print/gnome-cups-manager/Makefile b/print/gnome-cups-manager/Makefile index 4ac9fdafebb6..d7c5b0aba3b4 100644 --- a/print/gnome-cups-manager/Makefile +++ b/print/gnome-cups-manager/Makefile @@ -13,18 +13,21 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Administration tool for cups +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libgnomecups-1.0.so:print/libgnomecups RUN_DEPENDS= gnomesu:security/libgnomesu -USES= gettext gmake libtool pathfix pkgconfig samba:lib tar:bzip2 +USES= gettext gmake libtool localbase pathfix pkgconfig samba:lib tar:bzip2 USE_GNOME= gnomeprefix intlhack libgnomeprintui libgnomeui USE_LDCONFIG= yes USE_XORG= x11 INSTALLS_ICONS= yes INSTALL_TARGET= install-strip GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -I${SAMBAINCLUDES} -D_IPP_PRIVATE_STRUCTURES -LIBS+= -L${LOCALBASE}/lib -L${SAMBALIBS} +CPPFLAGS+= -I${SAMBAINCLUDES} -D_IPP_PRIVATE_STRUCTURES +LIBS+= -L${SAMBALIBS} post-patch: @${SED} -e 's|%%PREFIX%%|${PREFIX}|' \ diff --git a/print/gnome-cups-manager/pkg-descr b/print/gnome-cups-manager/pkg-descr index a04acf39d981..6c5253cd1284 100644 --- a/print/gnome-cups-manager/pkg-descr +++ b/print/gnome-cups-manager/pkg-descr @@ -1,4 +1,4 @@ The GNOME CUPS Manager is a tool for adding new CUPS printers and for managing existing CUPS printers and queues. -WWW: http://www.gnome.org/ +WWW: https://www.gnome.org/ |