diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-11-28 11:47:16 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-11-28 11:47:16 +0000 |
commit | 75ab351c38a1b21cb0e226bf3a42bc6d5dc9f85f (patch) | |
tree | 221b0e6b7c75e0356a4784c7775f0b3153f70bb7 /x11-fm/gnome-commander2/Makefile | |
parent | 8ac164f255bc1154ffd30f3941cd1b7f9cde67b8 (diff) | |
download | ports-75ab351c38a1b21cb0e226bf3a42bc6d5dc9f85f.tar.gz ports-75ab351c38a1b21cb0e226bf3a42bc6d5dc9f85f.zip |
- Fix LICENSE
- Add LICENSE_FILE
- Switch to USES=localbase
- Update WWW
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=455036
Diffstat (limited to 'x11-fm/gnome-commander2/Makefile')
-rw-r--r-- | x11-fm/gnome-commander2/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile index 3ad639bd6b17..094d999a39e8 100644 --- a/x11-fm/gnome-commander2/Makefile +++ b/x11-fm/gnome-commander2/Makefile @@ -13,7 +13,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= danilo@FreeBSD.org COMMENT= File manager for Gnome2 -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libunique-1.0.so:x11-toolkits/unique \ libgnome-keyring.so:security/libgnome-keyring \ @@ -23,7 +24,8 @@ LIB_DEPENDS= libunique-1.0.so:x11-toolkits/unique \ RUN_DEPENDS= meld:textproc/meld \ yelp:x11/yelp -USES= compiler:c++11-lang gettext gmake libtool pathfix pkgconfig python tar:xz +USES= compiler:c++11-lang gettext gmake libtool localbase:ldflags pathfix \ + pkgconfig python tar:xz USE_GNOME= cairo gdkpixbuf2 gnomedocutils gnomeprefix gnomevfs2 intltool libgnomeui USE_XORG= ice sm GNU_CONFIGURE= yes @@ -31,9 +33,6 @@ INSTALL_TARGET= install-strip INSTALLS_OMF= yes USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - CONFLICTS= gnome-commander-[0-9]* OPTIONS_DEFINE= CHM EXIV2 GSF POPPLER TAGLIB |