1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/audio/gbemol/Makefile
Dmitry Marakasov 9c814d7867 - Switch audio/libmpd to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-07-28 20:27:42 +00:00

26 lines
599 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
USES= gmake pkgconfig
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>