15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
26 lines
559 B
Makefile
26 lines
559 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cddb
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= audio gnustep
|
|
MASTER_SITES= SF/gsburn/cdplayer/${DISTNAME}
|
|
PKGNAMESUFFIX= -bundle${PKGNAMESUFFIX2}
|
|
DISTNAME= cdplayer-${CDPLAYER_VERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= CDDB client bundle GNUstep
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= tar:bzip2
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
CDPLAYER_VERSION= 0.5.1
|
|
WRKSRC= ${WRKDIR}/CDPlayer-${CDPLAYER_VERSION}/Cddb
|
|
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
|
|
|
|
.include <bsd.port.mk>
|