aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/beryl-plugins-unsupported/Makefile
blob: 5695175b10a85be11c99a71d749e5de62dc6910a (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
# New ports collection makefile for:    beryl-plugins-unsupported
# Date created:     2007-06-08
# Whom:         Robert Noland <rnoland@2hip.net>
#
# $FreeBSD$
#

PORTNAME=   beryl-plugins-unsupported
PORTVERSION=    0.2.1
CATEGORIES= x11-wm
MASTER_SITES=   http://releases.beryl-project.org/${PORTVERSION}/

MAINTAINER= rnoland@2hip.net
COMMENT=    Additional Plugins for Beryl Composite/Window Manager

# XXX - Might depends on graphics/libsvg-cairo instead.
LIB_DEPENDS=    cairo.2:${PORTSDIR}/graphics/cairo
BUILD_DEPENDS=  ${LOCALBASE}/libdata/pkgconfig/beryl.pc:${PORTSDIR}/x11-wm/beryl-core
RUN_DEPENDS=    ${BUILD_DEPENDS}

GNU_CONFIGURE=  yes
USE_GL=     yes
USE_BZIP2=  yes
USE_GMAKE=  yes
USE_GNOME=  glib20 librsvg2
USE_XORG=   glproto
USE_GETTEXT=    yes
USE_LDCONFIG=   yes

CONFIGURE_TARGET=   --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"

.include <bsd.port.mk>