svn commit: r340650 - head/graphics/gimp-focusblur-plugin

Antoine Brodin antoine at FreeBSD.org
Tue Jan 21 20:16:30 UTC 2014


Author: antoine
Date: Tue Jan 21 20:16:29 2014
New Revision: 340650
URL: http://svnweb.freebsd.org/changeset/ports/340650
QAT: https://qat.redports.org/buildarchive/r340650/

Log:
  Stage support

Modified:
  head/graphics/gimp-focusblur-plugin/Makefile

Modified: head/graphics/gimp-focusblur-plugin/Makefile
==============================================================================
--- head/graphics/gimp-focusblur-plugin/Makefile	Tue Jan 21 20:15:23 2014	(r340649)
+++ head/graphics/gimp-focusblur-plugin/Makefile	Tue Jan 21 20:16:29 2014	(r340650)
@@ -12,12 +12,12 @@ PKGNAMESUFFIX=	-plugin
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Gimp realistic focus blur plugin
 
-LIB_DEPENDS=	fftw3:${PORTSDIR}/math/fftw3 \
-		gimp-2.0:${PORTSDIR}/graphics/gimp-app
-
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+LIB_DEPENDS=	libfftw3.so:${PORTSDIR}/math/fftw3 \
+		libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app
+
 USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
@@ -29,16 +29,11 @@ PLIST_SUB=	PLUGIN_DIR=${PLUGIN_DIR}
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE=	NLS
+OPTIONS_SUB=	yes
 
-.if ${PORT_OPTIONS:MNLS}
-USES+=		gettext
-PLIST_SUB+=	NLS=""
-.else
-CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+=	NLS="@comment "
-.endif
+NLS_USES=	gettext
+NLS_CONFIGURE_OFF=	--disable-nls
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|^bindir = .*|bindir = ${PREFIX}/${PLUGIN_DIR}|g' ${WRKSRC}/src/Makefile.in


More information about the svn-ports-all mailing list