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