From 6f9014623279a77d6d80ffdef6b3133173953ad1 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Tue, 18 Dec 2012 21:29:04 +0000 Subject: Convert to OptionsNG and trim Makefile headers. --- audio/vorbis-tools/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'audio/vorbis-tools') 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 + +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB+= NLS="" .else -- cgit v1.2.3