diff options
author | jgh <jgh@FreeBSD.org> | 2013-05-02 02:17:36 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-05-02 02:17:36 +0800 |
commit | c17ff3b3aae0669a8e5de9efd8b9076feb83eaf1 (patch) | |
tree | d0ed3fbc825e4691c201274eae7802286583a4f7 /multimedia/imagination | |
parent | 3969e3713debb1e1328b184deacb63d23329d331 (diff) | |
download | freebsd-ports-graphics-c17ff3b3aae0669a8e5de9efd8b9076feb83eaf1.tar.gz freebsd-ports-graphics-c17ff3b3aae0669a8e5de9efd8b9076feb83eaf1.tar.zst freebsd-ports-graphics-c17ff3b3aae0669a8e5de9efd8b9076feb83eaf1.zip |
- adoption of USES
Approved by: portmgr (bapt@)
Diffstat (limited to 'multimedia/imagination')
-rw-r--r-- | multimedia/imagination/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/multimedia/imagination/Makefile b/multimedia/imagination/Makefile index b84dea29adf..c656d3c90b7 100644 --- a/multimedia/imagination/Makefile +++ b/multimedia/imagination/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: imagination -# Date created: April 22, 2011 -# Whom: Jesse <jessefrgsmith@yahoo.ca> -# +# Created by: Jesse <jessefrgsmith@yahoo.ca> # $FreeBSD$ -# PORTNAME= imagination PORTVERSION= 3.0 @@ -12,7 +8,7 @@ CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ MAINTAINER= jessefrgsmith@yahoo.ca -COMMENT= A DVD slideshow maker +COMMENT= DVD slideshow maker BUILD_DEPENDS= ${LOCALBASE}/lib/gtk-2.0:${PORTSDIR}/x11-toolkits/gtk20 \ ${LOCALBASE}/bin/sox:${PORTSDIR}/audio/sox \ @@ -25,14 +21,14 @@ INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes +.if ${PORT_OPTIONS:MNLS} +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |