2013-08-31 01:01:05 +02:00
|
|
|
# Created by: Thomas M. Hermann <tmh.public@gmail.com>
|
2008-03-13 15:51:35 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gbemol
|
2009-05-17 13:06:18 +02:00
|
|
|
PORTVERSION= 0.3.2
|
2016-12-08 18:01:31 +01:00
|
|
|
PORTREVISION= 13
|
2008-03-13 15:51:35 +01:00
|
|
|
CATEGORIES= audio
|
2009-05-17 13:06:18 +02:00
|
|
|
MASTER_SITES= SF
|
2008-03-13 15:51:35 +01:00
|
|
|
|
|
|
|
MAINTAINER= tmh.public@gmail.com
|
|
|
|
COMMENT= Graphical frontend for the Music Player Daemon
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libmpd.so:audio/libmpd \
|
|
|
|
libcurl.so:ftp/curl \
|
|
|
|
libxml2.so:textproc/libxml2
|
2008-03-13 15:51:35 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-11-29 19:22:32 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2019-11-08 10:27:56 +01:00
|
|
|
USES= gettext gmake gnome pkgconfig
|
2015-08-02 22:23:55 +02:00
|
|
|
USE_GNOME= gtk20 intltool
|
2008-03-13 15:51:35 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${CHMOD} a+x ${WRKSRC}/install-sh
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|