2004-05-16 21:47:21 +00:00
|
|
|
# New ports collection makefile for: gmpc
|
|
|
|
# Date created: May 12 2004
|
2003-10-13 09:29:32 +00:00
|
|
|
# Whom: Mark Reidel <ports@mark.reidel.info>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2004-05-16 21:47:21 +00:00
|
|
|
PORTNAME= gmpc
|
2011-01-26 15:38:49 +00:00
|
|
|
PORTVERSION= 0.20.0
|
2004-05-16 21:47:21 +00:00
|
|
|
PORTEPOCH= 1
|
2003-10-13 09:29:32 +00:00
|
|
|
CATEGORIES= audio
|
2009-08-14 09:14:01 +00:00
|
|
|
MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
|
|
|
|
http://freebsd.unixfreunde.de/sources/
|
2009-09-25 17:57:53 +00:00
|
|
|
|
2008-09-30 11:35:17 +00:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2007-09-01 22:59:12 +00:00
|
|
|
COMMENT= Full featured GTK2 client for musicpd
|
2003-10-13 09:29:32 +00:00
|
|
|
|
2011-01-26 15:38:49 +00:00
|
|
|
BUILD_DEPENDS= gob2:${PORTSDIR}/devel/gob2 \
|
|
|
|
valac:${PORTSDIR}/lang/vala
|
|
|
|
LIB_DEPENDS= mpd.3:${PORTSDIR}/audio/libmpd \
|
|
|
|
sexy.2:${PORTSDIR}/x11-toolkits/libsexy \
|
2010-11-20 15:37:08 +00:00
|
|
|
sqlite3.8:${PORTSDIR}/databases/sqlite3 \
|
2009-03-15 11:35:03 +00:00
|
|
|
soup-2.4.1:${PORTSDIR}/devel/libsoup
|
2006-04-10 10:59:09 +00:00
|
|
|
|
2003-10-13 09:29:32 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2007-09-01 22:59:12 +00:00
|
|
|
USE_GMAKE= yes
|
2011-01-26 15:38:49 +00:00
|
|
|
USE_GNOME= gnomehack pkgconfig glib20 gtk20 libglade2
|
2009-02-03 09:03:44 +00:00
|
|
|
INSTALLS_ICONS= yes
|
2007-09-01 22:59:12 +00:00
|
|
|
USE_GETTEXT= yes
|
2011-01-26 15:38:49 +00:00
|
|
|
CONFIGURE_ARGS= --enable-system-libsexy
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2003-10-13 09:29:32 +00:00
|
|
|
|
2011-01-26 15:38:49 +00:00
|
|
|
MAN1= gmpc-remote.1 gmpc.1
|
2009-02-03 09:03:44 +00:00
|
|
|
|
2011-01-26 15:38:49 +00:00
|
|
|
OPTIONS= MMKEYS "Enable multimedia keys support" on \
|
|
|
|
XSPF "Enable support for XSPF playlists" off
|
2004-07-25 15:49:43 +00:00
|
|
|
|
2011-01-26 15:38:49 +00:00
|
|
|
.include <bsd.port.options.mk>
|
2004-07-25 15:49:43 +00:00
|
|
|
|
2007-09-01 22:59:12 +00:00
|
|
|
.if defined(WITHOUT_MMKEYS)
|
2011-01-26 15:38:49 +00:00
|
|
|
CONFIGURE_ARGS+=--disable-mmkeys
|
2007-09-01 22:59:12 +00:00
|
|
|
.endif
|
2006-04-10 10:59:09 +00:00
|
|
|
|
2011-01-26 15:38:49 +00:00
|
|
|
.if defined(WITH_XSPF)
|
|
|
|
LIB_DEPENDS+= xspf.4:${PORTSDIR}/multimedia/libxspf
|
|
|
|
CONFIGURE_ARGS+=--enable-libxspf
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-libxspf
|
2004-07-25 15:49:43 +00:00
|
|
|
.endif
|
2004-06-11 07:59:27 +00:00
|
|
|
|
2011-01-26 15:38:49 +00:00
|
|
|
.include <bsd.port.mk>
|