mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
2f0486b647
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
27 lines
586 B
Makefile
27 lines
586 B
Makefile
# 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:${PORTSDIR}/audio/libmpd \
|
|
libcurl.so:${PORTSDIR}/ftp/curl \
|
|
libxml2.so:${PORTSDIR}/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>
|