1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-05 11:35:01 +00:00

55 lines
1.2 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
PORTVERSION= 0.19.0
PORTREVISION= 5
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
LIB_DEPENDS= mpd:${PORTSDIR}/audio/libmpd \
sqlite3.8:${PORTSDIR}/databases/sqlite3 \
2010-04-03 10:44:36 +00:00
curl.6:${PORTSDIR}/ftp/curl \
2009-03-15 11:35:03 +00:00
soup-2.4.1:${PORTSDIR}/devel/libsoup
GNU_CONFIGURE= yes
USE_XORG= x11 sm
USE_GMAKE= yes
USE_GNOME= libglade2 gnomevfs2 gnomehack
2009-02-03 09:03:44 +00:00
INSTALLS_ICONS= yes
USE_GETTEXT= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
2009-02-03 09:03:44 +00:00
MAN1= gmpc-remote.1 gmpc.1
OPTIONS= SESSION "Enable session support" on \
MMKEYS "Enable multimedia keys support" on \
TRAY "Enable tray icon support" on
.include <bsd.port.pre.mk>
pre-configure:
.if defined(WITHOUT_SESSION)
CONFIGURE_ARGS+= --disable-sm
.endif
.if defined(WITHOUT_MMKEYS)
CONFIGURE_ARGS+= --disable-mmkeys
.endif
.if defined(WITHOUT_TRAY)
CONFIGURE_ARGS+= --disable-trayicon
.endif
.include <bsd.port.post.mk>