aboutsummaryrefslogtreecommitdiffstats
path: root/devel/oaf/Makefile
blob: f6745787ab9125b443e1c693604a50265d0d5519 (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
# New ports collection makefile for:    oaf
# Date created:             1st June 2000
# Whom:                 Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   oaf
PORTVERSION=    0.3.0
CATEGORIES= devel gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/oaf

MAINTAINER= ade@FreeBSD.org

LIB_DEPENDS=    glib12.3:${PORTSDIR}/devel/glib12 \
        ORBit.2:${PORTSDIR}/devel/ORBit \
        popt.0:${PORTSDIR}/devel/popt \
        xml.5:${PORTSDIR}/textproc/libxml

GLIB_CONFIG?=   ${LOCALBASE}/bin/glib12-config

USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_LIBTOOL=    yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
        --datadir=${PREFIX}/share/gnome \
        --enable-static --enable-shared
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        GLIB_CONFIG="${GLIB_CONFIG}" \
        LIBS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>