aboutsummaryrefslogtreecommitdiff
path: root/multimedia/imagination
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-05-01 18:17:36 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-05-01 18:17:36 +0000
commitb946e6f7a601fd407808275bb6d34e84fb8b258d (patch)
treed0ed3fbc825e4691c201274eae7802286583a4f7 /multimedia/imagination
parent2c16ea8d58557656e0ea714f7a567b4390a2b814 (diff)
downloadports-b946e6f7a601fd407808275bb6d34e84fb8b258d.tar.gz
ports-b946e6f7a601fd407808275bb6d34e84fb8b258d.zip
- adoption of USES
Approved by: portmgr (bapt@)
Notes
Notes: svn path=/head/; revision=317038
Diffstat (limited to 'multimedia/imagination')
-rw-r--r--multimedia/imagination/Makefile16
1 files changed, 6 insertions, 10 deletions
diff --git a/multimedia/imagination/Makefile b/multimedia/imagination/Makefile
index b84dea29adfe..c656d3c90b7b 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>