freebsd-ports/audio/cddb-bundle/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

29 lines
668 B
Makefile

# New ports collection makefile for: cddb-bundle
# Date created: 17 Nov 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= cddb
PORTVERSION= 0.2
PORTREVISION= 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
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
.include <bsd.port.mk>