aboutsummaryrefslogtreecommitdiff
path: root/audio/vorbis-tools
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2012-12-18 21:29:04 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2012-12-18 21:29:04 +0000
commit6f9014623279a77d6d80ffdef6b3133173953ad1 (patch)
tree4627c59ede033a99d1414f0fc74ac26cb38968bc /audio/vorbis-tools
parent727c03d0f133ccdcbe15097751b16b402a9e14a5 (diff)
downloadports-6f9014623279a77d6d80ffdef6b3133173953ad1.tar.gz
ports-6f9014623279a77d6d80ffdef6b3133173953ad1.zip
Convert to OptionsNG and trim Makefile headers.
Notes
Notes: svn path=/head/; revision=309200
Diffstat (limited to 'audio/vorbis-tools')
-rw-r--r--audio/vorbis-tools/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile
index c7391fe9f80f..63264fb14766 100644
--- a/audio/vorbis-tools/Makefile
+++ b/audio/vorbis-tools/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: vorbis-tools
-# Date created: 18 October 2000
-# Whom: t.vanklaveren@student.utwente.nl
-#
+# Created by: t.vanklaveren@student.utwente.nl
# $FreeBSD$
-#
PORTNAME= vorbis-tools
PORTVERSION= 1.4.0
@@ -29,7 +25,9 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_SAFE= yes
-.if !defined(WITHOUT_NLS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MNLS}
USE_GETTEXT= yes
PLIST_SUB+= NLS=""
.else