aboutsummaryrefslogtreecommitdiff
path: root/audio/cddb-bundle/Makefile
blob: 79112612fec69b0250e9e6bd87dddc4609d227f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    cddb-bundle
# Date created:         17 Nov 2006
# Whom:                 dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#

PORTNAME=	cddb
PORTVERSION=	0.2
CATEGORIES=	audio gnustep
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	gsburn
PKGNAMESUFFIX=	-bundle${PKGNAMESUFFIX2}
DISTNAME=	cddb.bundle-${PORTVERSION}

MAINTAINER=	dinoex@FreeBSD.org
COMMENT=	CDDB client bundle GNUstep

USE_GNUSTEP=	yes
USE_GNUSTEP_PREFIX=	yes
USE_GNUSTEP_BACK=	yes
USE_GNUSTEP_BUILD=	yes
USE_GNUSTEP_INSTALL=	yes

WRKSRC=		${WRKDIR}/cddb.bundle

.include <bsd.port.mk>