mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
1d6926c818
- Modify audio/dumb Makefile to correctly handle slave port WRT to PKGNAMESUFFIX and CONFLICTS PR: 139558 Submitted by: Stas Timokhin <stast@bsdportal.ru>
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"
|