mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
- Fix LICENSE
- Add LICENSE_FILE - Switch to USES=localbase - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
8ac164f255
commit
75ab351c38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455036
2 changed files with 5 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -5,4 +5,4 @@ It can also detect changes to files caused by other programs and update
|
|||
the views without the need for the user to manually reload. The program
|
||||
also supports Copy & Paste as well as Drag & Drop.
|
||||
|
||||
WWW: http://gcmd.github.io/
|
||||
WWW: https://gcmd.github.io/
|
||||
|
|
Loading…
Add table
Reference in a new issue