summaryrefslogtreecommitdiff
path: root/audio/dumb-allegro/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-10-14 20:30:47 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-10-14 20:30:47 +0000
commit1d6926c818c6aae0489b558f900b4b440a983e7a (patch)
tree246fd7481c7f9884f64a3e9c1dd2560ac492204f /audio/dumb-allegro/Makefile
parentMove log bindings from JAVAJARDIR into DATADIR since (diff)
- Add audio/dumb-allegro as a slave port for audio/dumb
- Modify audio/dumb Makefile to correctly handle slave port WRT to PKGNAMESUFFIX and CONFLICTS PR: 139558 Submitted by: Stas Timokhin <stast@bsdportal.ru>
Notes
Notes: svn path=/head/; revision=242863
Diffstat (limited to 'audio/dumb-allegro/Makefile')
-rw-r--r--audio/dumb-allegro/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/dumb-allegro/Makefile b/audio/dumb-allegro/Makefile
new file mode 100644
index 000000000000..89fd2bf1b1be
--- /dev/null
+++ b/audio/dumb-allegro/Makefile
@@ -0,0 +1,11 @@
+# New ports collection makefile for: audio/dumb-allegro
+# Date created: 13 Oct 2009
+# Whom: Stas Timokhin <stast@bsdportal.ru>
+#
+# $FreeBSD$
+#
+
+WITH_ALLEGRO= yes
+MASTERDIR= ${.CURDIR}/../dumb
+
+.include "${MASTERDIR}/Makefile"