22 lines
434 B
Makefile
22 lines
434 B
Makefile
# New ports collection makefile for: gdrdao
|
|
# Date created: November 5 2000
|
|
# Whom: Anders Nordby <anders@fix.no>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gdrdao
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
RUN_DEPENDS= cdrdao:${PORTSDIR}/audio/cdrdao
|
|
|
|
USE_GNOMENG= yes
|
|
USE_GNOME= gnomeprefix gnomelibs
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|