1998-08-19 02:15:08 -04:00
|
|
|
# New ports collection makefile for: orbit
|
2000-02-22 20:03:16 -05:00
|
|
|
# Version required: 0.5.1
|
1998-08-19 02:15:08 -04:00
|
|
|
# Date Created: 16 Aug 1998
|
|
|
|
# Whom: Chia-liang Kao <clkao@CirX.ORG>
|
|
|
|
#
|
1999-08-25 01:57:29 -04:00
|
|
|
# $FreeBSD$
|
1998-08-19 02:15:08 -04:00
|
|
|
#
|
|
|
|
|
2000-02-22 20:03:16 -05:00
|
|
|
DISTNAME= ORBit-0.5.1
|
1999-01-31 11:57:13 -05:00
|
|
|
CATEGORIES= devel gnome
|
1999-01-27 03:31:54 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-12-04 14:08:13 -05:00
|
|
|
MASTER_SITE_SUBDIR= stable/sources/ORBit
|
1998-08-19 02:15:08 -04:00
|
|
|
|
2000-01-06 21:07:00 -05:00
|
|
|
MAINTAINER= ade@FreeBSD.org
|
1998-08-19 02:15:08 -04:00
|
|
|
|
1999-10-09 14:42:12 -04:00
|
|
|
LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 \
|
1999-08-24 04:53:00 -04:00
|
|
|
intl.1:${PORTSDIR}/devel/gettext
|
1998-08-19 02:15:08 -04:00
|
|
|
|
1999-05-29 23:35:14 -04:00
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
1998-08-19 02:15:08 -04:00
|
|
|
|
1999-05-29 23:35:14 -04:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
LIBTOOLFILES= configure libIDL/configure popt/configure
|
|
|
|
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
|
1998-08-19 02:15:08 -04:00
|
|
|
CONFIGURE_ARGS= --disable-indent
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|