1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/audio/gnustep-cdplayer/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

33 lines
892 B
Makefile

PORTNAME= cdplayer
PORTVERSION= 0.5.1
PORTREVISION= 10
CATEGORIES= audio gnustep
MASTER_SITES= SF/gsburn/${PORTNAME}/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= gnustep-
MAINTAINER= ports@FreeBSD.org
COMMENT= GNUstep CD player with CDDB support
WWW= https://gsburn.sourceforge.net/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcdaudio.so:audio/libcdaudio \
libPrefsModule.so:deskutils/preferences
BUILD_DEPENDS= cddb-bundle>0:audio/cddb-bundle
RUN_DEPENDS= cddb-bundle>0:audio/cddb-bundle
USES= tar:bzip2 gnustep
USE_GNUSTEP= back build
WRKSRC= ${WRKDIR}/CDPlayer-${PORTVERSION}
post-install:
${STRIP_CMD} \
${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/AudioCD.bundle/AudioCD \
${STAGEDIR}${PREFIX}/GNUstep/System/Library/Bundles/AudioCD.prefs/AudioCD \
${STAGEDIR}${PREFIX}/GNUstep/System/Applications/CDPlayer.app/CDPlayer
.include <bsd.port.mk>