1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/audio/gbemol/Makefile
Tijl Coosemans 61b6b4348f Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:01:31 +00:00

27 lines
550 B
Makefile

# Created by: Thomas M. Hermann <tmh.public@gmail.com>
# $FreeBSD$
PORTNAME= gbemol
PORTVERSION= 0.3.2
PORTREVISION= 13
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>