- Clarify LICENSE
- Add LICENSE_FILE - Switch to USES=localbase - Fix build with disabled NLS
This commit is contained in:
parent
62e4094cce
commit
05008fa3b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409506
1 changed files with 9 additions and 9 deletions
|
@ -9,24 +9,24 @@ MASTER_SITES= SF
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Fast MS-Explorer like file manager for X
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
USES= desktop-file-utils gmake pathfix
|
||||
USES= desktop-file-utils gmake localbase pathfix
|
||||
USE_XORG= xft
|
||||
USE_GNOME= intltool
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
LDFLAGS+= -pthread
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -pthread
|
||||
NLS_USES_OFF= gettext-tools
|
||||
|
||||
post-patch:
|
||||
.for i in XFileExplorer.cpp help.h xfedefs.h
|
||||
|
|
Loading…
Reference in a new issue