1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

55 lines
1.3 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: gmpc
# Date created: May 12 2004
# Whom: Mark Reidel <ports@mark.reidel.info>
#
# $FreeBSD$
#
PORTNAME= gmpc
2012-02-06 16:21:03 +00:00
PORTVERSION= 11.8.16
2012-06-01 05:26:28 +00:00
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= audio
2009-08-14 09:14:01 +00:00
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
http://freebsd.unixfreunde.de/sources/
MAINTAINER= miwi@FreeBSD.org
COMMENT= Full featured GTK2 client for musicpd
BUILD_DEPENDS= gob2:${PORTSDIR}/devel/gob2 \
valac:${PORTSDIR}/lang/vala
2012-02-06 15:33:14 +00:00
LIB_DEPENDS= mpd.4:${PORTSDIR}/audio/libmpd \
sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
sqlite3.8:${PORTSDIR}/databases/sqlite3 \
2012-02-06 16:21:03 +00:00
soup-2.4.1:${PORTSDIR}/devel/libsoup \
unique-1.0:${PORTSDIR}/x11-toolkits/unique
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack pkgconfig glib20 gtk20 libglade2
2009-02-03 09:03:44 +00:00
INSTALLS_ICONS= yes
USES= gettext
CONFIGURE_ARGS= --enable-system-libsexy
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
2012-02-06 16:21:03 +00:00
MAN1= gmpc-remote.1 gmpc.1 gmpc-remote-stream.1
2009-02-03 09:03:44 +00:00
OPTIONS_DEFINE= MMKEYS XSPF
OPTIONS_DEFAULT= MMKEYS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMMKEYS}
CONFIGURE_ARGS+=--disable-mmkeys
.endif
.if ${PORT_OPTIONS:MXSPF}
LIB_DEPENDS+= xspf.4:${PORTSDIR}/multimedia/libxspf
CONFIGURE_ARGS+=--enable-libxspf
.else
CONFIGURE_ARGS+=--disable-libxspf
.endif
.include <bsd.port.mk>