mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
38b6bef6f5
(http://www.musicpd.org). With it you can manage your playlists, browse the song collection and control the daemon. WWW: http://www.musicpd.org/MPDCon.shtml
33 lines
684 B
Makefile
33 lines
684 B
Makefile
# New ports collection makefile for: mpdcon
|
|
# Date created: 17 Nov 2006
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mpdcon
|
|
PORTVERSION= 1.1.99
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
DISTNAME= MPDCon-${PORTVERSION}
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= A GNUstep MPD client
|
|
|
|
#WRKSRC= ${WRKDIR}/X
|
|
USE_GMAKE= yes
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_PREFIX= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
MAKEFILE=
|
|
ALL_TARGET=
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
|
|
${WRKSRC}/GNUmakefile
|
|
|
|
.include <bsd.port.mk>
|