mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
27 lines
518 B
Makefile
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>
|