17 lines
319 B
Makefile
17 lines
319 B
Makefile
|
# New ports collection makefile for: gcdmaster
|
||
|
# Date created: 14 February 2004
|
||
|
# Whom: marius@alchemy.franken.de
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= gcdmaster
|
||
|
|
||
|
COMMENT= GNOME frontend for cdrdao
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../cdrdao
|
||
|
DESCR= ${.CURDIR}/pkg-descr
|
||
|
PLIST= ${.CURDIR}/pkg-plist
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|