1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/audio/gbemol/Makefile
Pav Lucistnik 22653073d7 gbemol is a graphical frontend for the Music Player Daemon (MPD) it is
written in C and uses the GTK+ toolkit for it's interface.

WWW: http://gbemol.sourceforge.net/

PR:		ports/120960
Submitted by:	Thomas M. Hermann <tmh.public@gmail.com>
2008-03-13 14:51:35 +00:00

30 lines
692 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.1
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 \
curl.4:${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>