summaryrefslogtreecommitdiff
path: root/devel/oaf/Makefile
blob: 1981cf5fd8fb640a9f23d4c27df665a3ecfaa3f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $NetBSD: Makefile,v 1.2 2000/08/29 16:26:20 rh Exp $
#

DISTNAME=		oaf-0.5.1
CATEGORIES=		FILLTHISINPLEASE
MASTER_SITES=		${MASTER_SITE_GNOME:=/unstable/sources/oaf/}

MAINTAINER=		rh@netbsd.org
HOMEPAGE=		http://www.gnome.org/

DEPENDS+=		ORBit>=0.5.2:../../net/ORBit
DEPENDS+=		glib>=1.2.8:../../devel/glib
DEPENDS+=		libxml>=1.8.7:../../textproc/libxml

GNU_CONFIGURE=		YES
USE_X11BASE=		YES
USE_LIBTOOL=		YES

LTCONFIG_OVERRIDE=	${WRKSRC}/ltconfig
CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS} -I${X11PREFIX}/include -I${LOCALBASE}/include"

.include "../../mk/bsd.pkg.mk"