06f79b66f2
Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences
27 lines
644 B
Makefile
27 lines
644 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 # or later
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= tar:bzip2 gnustep
|
|
USE_GNUSTEP= back build
|
|
|
|
CDPLAYER_VERSION= 0.5.1
|
|
WRKSRC= ${WRKDIR}/CDPlayer-${CDPLAYER_VERSION}/Cddb
|
|
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Library/Bundles/Cddb.bundle/Cddb
|
|
|
|
.include <bsd.port.mk>
|