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