blob: cfd05499582f199e43f109c7ccbb253a8a3e648f (
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= 1
COMMENT= GNOME frontend for cdrdao
MASTERDIR= ${.CURDIR}/../cdrdao
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|