13 lines
250 B
Makefile
13 lines
250 B
Makefile
# Created by: marius@alchemy.franken.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gcdmaster
|
|
PORTREVISION= 7
|
|
|
|
COMMENT= GNOME frontend for cdrdao
|
|
|
|
MASTERDIR= ${.CURDIR}/../cdrdao
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|