1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/audio/mpdcon/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

27 lines
518 B
Makefile

# $FreeBSD$
PORTNAME= mpdcon
PORTVERSION= 1.5.1
PORTREVISION= 3
CATEGORIES= audio gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= MPDCon-${PORTVERSION}
MAINTAINER= theraven@FreeBSD.org
COMMENT= MPD client for GNUstep
LICENSE= GPLv2
USES= gnustep
USE_GNUSTEP= base gui back build
LIB_DEPENDS= libmpdclient.so.2:audio/libmpdclient \
libSQLClient.so:databases/sqlclient
post-patch:
${REINPLACE_CMD} -e \
's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
${WRKSRC}/GNUmakefile
.include <bsd.port.mk>