1d6926c818
- Modify audio/dumb Makefile to correctly handle slave port WRT to PKGNAMESUFFIX and CONFLICTS PR: 139558 Submitted by: Stas Timokhin <stast@bsdportal.ru>
11 lines
269 B
Makefile
11 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"
|