12 lines
269 B
Makefile
12 lines
269 B
Makefile
|
# 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"
|