aboutsummaryrefslogtreecommitdiffstats
path: root/audio/dumb
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-06-15 06:25:52 +0800
committerbapt <bapt@FreeBSD.org>2013-06-15 06:25:52 +0800
commit1a778c5ae570c7f830bb404fcd4633daaf09093d (patch)
treefc73418b11bcde072c51ce253c89ab230c7386f2 /audio/dumb
parentcfb7aed180175213bdf9aa267a09d5e693b73e99 (diff)
downloadfreebsd-ports-gnome-1a778c5ae570c7f830bb404fcd4633daaf09093d.tar.gz
freebsd-ports-gnome-1a778c5ae570c7f830bb404fcd4633daaf09093d.tar.zst
freebsd-ports-gnome-1a778c5ae570c7f830bb404fcd4633daaf09093d.zip
Finish convertion to new options framework
Diffstat (limited to 'audio/dumb')
-rw-r--r--audio/dumb/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/dumb/Makefile b/audio/dumb/Makefile
index e90b1931e961..29d9d2203b9a 100644
--- a/audio/dumb/Makefile
+++ b/audio/dumb/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dumb
-# Date created: 26 January 2005
-# Whom: Andreas Kohn <andreas@syndrom23.de>
-#
+# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD$
-#
PORTNAME= dumb
PORTVERSION= 0.9.3
@@ -40,7 +36,7 @@ CFLAGS+= -fPIC
pre-configure:
@${CP} ${FILESDIR}/config.txt ${WRKSRC}/make
@${REINPLACE_CMD} -e "s,@LOCALBASE@,${LOCALBASE}," ${WRKSRC}/make/config.txt
-.if defined(WITH_ALLEGRO)
+.if ${PORT_OPTIONS:MALLEGRO}
@${REINPLACE_CMD} -e "s,@ALLEGRO@,," ${WRKSRC}/make/config.txt
.else
@${REINPLACE_CMD} -e "s,@ALLEGRO@,#," ${WRKSRC}/make/config.txt