svn commit: r409506 - head/x11-fm/xfe

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 25 11:57:21 UTC 2016


Author: amdmi3
Date: Thu Feb 25 11:57:20 2016
New Revision: 409506
URL: https://svnweb.freebsd.org/changeset/ports/409506

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Switch to USES=localbase
  - Fix build with disabled NLS

Modified:
  head/x11-fm/xfe/Makefile

Modified: head/x11-fm/xfe/Makefile
==============================================================================
--- head/x11-fm/xfe/Makefile	Thu Feb 25 10:54:01 2016	(r409505)
+++ head/x11-fm/xfe/Makefile	Thu Feb 25 11:57:20 2016	(r409506)
@@ -9,24 +9,24 @@ MASTER_SITES=	SF
 MAINTAINER=	ports at 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


More information about the svn-ports-all mailing list