diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-10-14 20:30:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-10-14 20:30:47 +0000 |
commit | 1d6926c818c6aae0489b558f900b4b440a983e7a (patch) | |
tree | 246fd7481c7f9884f64a3e9c1dd2560ac492204f /audio/dumb-allegro | |
parent | 52de8be6331bbc799f35492e1944b30e3e45b954 (diff) | |
download | ports-1d6926c818c6aae0489b558f900b4b440a983e7a.tar.gz ports-1d6926c818c6aae0489b558f900b4b440a983e7a.zip |
Notes
Diffstat (limited to 'audio/dumb-allegro')
-rw-r--r-- | audio/dumb-allegro/Makefile | 11 |
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" |