aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gmpc/Makefile
blob: d6a6e2d7121c888dbeb5ea47434a536d86b8fe72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# New ports collection makefile for:    gmpc
# Date created:     May 12 2004
# Whom:         Mark Reidel <ports@mark.reidel.info>
#
# $FreeBSD$
#

PORTNAME=   gmpc
PORTVERSION=    0.17.0
PORTEPOCH=  1
CATEGORIES= audio
MASTER_SITES=   http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/

MAINTAINER= miwi@FreeBSD.org
COMMENT=    Full featured GTK2 client for musicpd

BUILD_DEPENDS=  gob2:${PORTSDIR}/devel/gob2
LIB_DEPENDS=    mpd:${PORTSDIR}/audio/libmpd \
        curl.5:${PORTSDIR}/ftp/curl

GNU_CONFIGURE=  yes
USE_XORG=   x11 sm
USE_GMAKE=  yes
USE_GNOME=  libglade2 gnomevfs2 gnomehack
INSTALLS_ICONS= yes
USE_GETTEXT=    yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"

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>