2000-06-01 22:16:24 +02:00
|
|
|
# New ports collection makefile for: oaf
|
|
|
|
# Date created: 1st June 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= oaf
|
2002-04-18 16:01:11 +02:00
|
|
|
PORTVERSION= 0.6.10
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 2
|
2000-06-01 22:16:24 +02:00
|
|
|
CATEGORIES= devel gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 19:07:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/oaf/0.6
|
2002-04-18 16:01:11 +02:00
|
|
|
DIST_SUBDIR= gnome
|
2000-06-01 22:16:24 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Object Activation Framework for GNOME
|
2000-06-01 22:16:24 +02:00
|
|
|
|
2001-05-04 23:39:58 +02:00
|
|
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
2000-06-01 22:16:24 +02:00
|
|
|
|
2002-04-18 16:01:11 +02:00
|
|
|
USE_BZIP2= yes
|
2000-06-01 22:16:24 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2002-07-11 19:16:10 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gtk12 orbit libxml
|
2001-09-11 09:41:34 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2001-05-04 23:39:58 +02:00
|
|
|
CONFIGURE_ARGS= --enable-static --enable-shared \
|
2002-07-11 19:16:10 +02:00
|
|
|
--disable-more-warnings
|
2000-06-01 22:16:24 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2000-08-17 18:39:50 +02:00
|
|
|
LIBS="-L${LOCALBASE}/lib -lintl"
|
2002-04-18 16:01:11 +02:00
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
2000-08-17 18:39:50 +02:00
|
|
|
|
2002-04-18 16:01:11 +02:00
|
|
|
MAN1= oafd.1
|
2001-11-09 17:41:15 +01:00
|
|
|
|
2000-06-01 22:16:24 +02:00
|
|
|
.include <bsd.port.mk>
|