mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
14 lines
250 B
Makefile
14 lines
250 B
Makefile
# Created by: marius@alchemy.franken.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gcdmaster
|
|
PORTREVISION= 5
|
|
|
|
COMMENT= GNOME frontend for cdrdao
|
|
|
|
MASTERDIR= ${.CURDIR}/../cdrdao
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|