2008-03-13 14:51:35 +00:00
|
|
|
# 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.1
|
2009-03-15 11:34:45 +00:00
|
|
|
PORTREVISION= 3
|
2008-03-13 14:51:35 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= tmh.public@gmail.com
|
|
|
|
COMMENT= Graphical frontend for the Music Player Daemon
|
|
|
|
|
|
|
|
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
|
2009-01-23 15:43:14 +00:00
|
|
|
curl.5:${PORTSDIR}/ftp/curl \
|
2008-03-13 14:51:35 +00:00
|
|
|
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>
|