blob: df4380341f8a49f1344261023c0065d8cc253eb7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: gcdmaster
# Date created: 14 February 2004
# Whom: marius@alchemy.franken.de
#
# $FreeBSD$
#
PORTNAME= gcdmaster
PORTREVISION= 2
COMMENT= GNOME frontend for cdrdao
MASTERDIR= ${.CURDIR}/../cdrdao
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|