freebsd-ports/audio/gbemol/Makefile

26 lines
575 B
Makefile
Raw Normal View History

# Created by: Thomas M. Hermann <tmh.public@gmail.com>
# $FreeBSD$
PORTNAME= gbemol
PORTVERSION= 0.3.2
PORTREVISION= 10
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= tmh.public@gmail.com
COMMENT= Graphical frontend for the Music Player Daemon
2012-02-06 16:33:14 +01:00
LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/libmpd \
curl:${PORTSDIR}/ftp/curl \
xml2.5:${PORTSDIR}/textproc/libxml2
GNU_CONFIGURE= yes
USES= gmake
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>