1998-08-19 02:15:08 -04:00
|
|
|
# New ports collection makefile for: orbit
|
|
|
|
# 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-04-11 17:30:15 -04:00
|
|
|
PORTNAME= ORBit
|
2000-08-03 21:15:48 -04:00
|
|
|
PORTVERSION= 0.5.3
|
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
|
2000-06-16 17:52:40 -04:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-05-29 23:35:14 -04:00
|
|
|
LIBTOOLFILES= configure libIDL/configure popt/configure
|
2000-07-05 14:27:50 -04:00
|
|
|
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
1998-08-19 02:15:08 -04:00
|
|
|
CONFIGURE_ARGS= --disable-indent
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|