From d9f3df13e98d5c916c99a5caedbf9e550f4328fd Mon Sep 17 00:00:00 2001 From: Wesley Shields Date: Mon, 17 Dec 2012 20:02:10 +0000 Subject: Convert to new options. PR: ports/173783 Submitted by: Chris Petrik Approved by: maintainer timeout --- audio/aumix/Makefile | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'audio') diff --git a/audio/aumix/Makefile b/audio/aumix/Makefile index ec7a4811f7e1..e7e50cd2cc0e 100644 --- a/audio/aumix/Makefile +++ b/audio/aumix/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: aumix -# Date created: 21 May 1999 -# Whom: Chris Piazza -# +# Created by: Chris Piazza # $FreeBSD$ -# PORTNAME= aumix PORTVERSION= 2.9.1 @@ -34,11 +30,12 @@ PLIST_FILES= bin/aumix bin/mute bin/xaumix PLIST_FILES+= share/aumix/${ii} .endfor -OPTIONS= NLS "Enable NLS support" on \ - GTK2 "Enable GTK2 gui" off +.include -.include -.if defined(WITHOUT_NLS) +OPTIONS_DEFINE= NLS GTK2 +OPTIONS_DEFAULT= NLS + +.if ${PORT_OPTIONS:MNLS} CONFIGURE_ARGS+=--disable-nls .else USE_GETTEXT= yes @@ -48,14 +45,14 @@ PLIST_FILES+= share/locale/${ii}/LC_MESSAGES/aumix.mo .endfor .endif -pre-patch: - @${REINPLACE_CMD} -e "s:/etc:${PREFIX}/etc:" ${WRKSRC}/src/common.[ch] - -.if defined(WITH_GTK2) +.if ${PORT_OPTIONS:MGTK2} PKGNAMESUFFIX= -gtk USE_GNOME= gtk20 .else CONFIGURE_ARGS+=--without-gtk .endif -.include +pre-patch: + @${REINPLACE_CMD} -e "s:/etc:${PREFIX}/etc:" ${WRKSRC}/src/common.[ch] + +.include -- cgit v1.2.3