freebsd-ports/audio/gbemol/Makefile
Martin Wilke bca6bd6a2d - Chase libmpd shlib update
Submitted by:	avl
Approved by:	portmgr (myself, pav)
Feature safe:	yes
2011-01-26 15:41:34 +00:00

29 lines
654 B
Makefile

# New ports collection Makefile for: gbemol
# Date created: 2008-02-21
# Whom: Thomas M. Hermann <tmh.public@gmail.com>
#
# $FreeBSD$
#
PORTNAME= gbemol
PORTVERSION= 0.3.2
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= tmh.public@gmail.com
COMMENT= Graphical frontend for the Music Player Daemon
LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd \
curl.6:${PORTSDIR}/ftp/curl \
xml2.5:${PORTSDIR}/textproc/libxml2
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk20
post-patch:
@${CHMOD} a+x ${WRKSRC}/install-sh
@${REINPLACE_CMD} -e 's,$$(DATADIRNAME)/locale,share/locale,' ${WRKSRC}/po/Makefile.in.in
.include <bsd.port.mk>