blob: 913c7cc0d2986f7b5e4639b4776c490e8fa042d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Thomas M. Hermann <tmh.public@gmail.com>
# $FreeBSD$
PORTNAME= gbemol
PORTVERSION= 0.3.2
PORTREVISION= 12
CATEGORIES= audio
MASTER_SITES= SF
MAINTAINER= tmh.public@gmail.com
COMMENT= Graphical frontend for the Music Player Daemon
LIB_DEPENDS= libmpd.so:audio/libmpd \
libcurl.so:ftp/curl \
libxml2.so:textproc/libxml2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
USES= gettext gmake pkgconfig
USE_GNOME= gtk20 intltool
post-patch:
@${CHMOD} a+x ${WRKSRC}/install-sh
.include <bsd.port.mk>
|