freebsd-ports/audio/mpdcon/Makefile
David Chisnall 31e0b9f12c Update GNUstep core libraries.
Update the default Objective-C compiler.

Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.

Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
2017-08-21 13:26:28 +00:00

26 lines
518 B
Makefile

# $FreeBSD$
PORTNAME= mpdcon
PORTVERSION= 1.5.1
PORTREVISION= 4
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>