svn commit: r453271 - head/print/gnome-cups-manager
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Nov 1 09:04:37 UTC 2017
Author: amdmi3
Date: Wed Nov 1 09:04:36 2017
New Revision: 453271
URL: https://svnweb.freebsd.org/changeset/ports/453271
Log:
- Add LICENSE
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
Modified:
head/print/gnome-cups-manager/Makefile
head/print/gnome-cups-manager/pkg-descr
Modified: head/print/gnome-cups-manager/Makefile
==============================================================================
--- head/print/gnome-cups-manager/Makefile Wed Nov 1 09:04:30 2017 (r453270)
+++ head/print/gnome-cups-manager/Makefile Wed Nov 1 09:04:36 2017 (r453271)
@@ -13,18 +13,21 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome at 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}|' \
Modified: head/print/gnome-cups-manager/pkg-descr
==============================================================================
--- head/print/gnome-cups-manager/pkg-descr Wed Nov 1 09:04:30 2017 (r453270)
+++ head/print/gnome-cups-manager/pkg-descr Wed Nov 1 09:04:36 2017 (r453271)
@@ -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/
More information about the svn-ports-head
mailing list