1998-08-19 06:15:08 +00:00
|
|
|
# New ports collection makefile for: orbit
|
1999-05-06 07:17:37 +00:00
|
|
|
# Version required: 0.4.3
|
1998-08-19 06:15:08 +00:00
|
|
|
# Date Created: 16 Aug 1998
|
|
|
|
# Whom: Chia-liang Kao <clkao@CirX.ORG>
|
|
|
|
#
|
1999-05-30 03:35:14 +00:00
|
|
|
# $Id: Makefile,v 1.18 1999/05/06 07:17:31 asami Exp $
|
1998-08-19 06:15:08 +00:00
|
|
|
#
|
|
|
|
|
1999-05-06 07:17:37 +00:00
|
|
|
DISTNAME= ORBit-0.4.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-04-08 18:08:39 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/ORBit
|
1998-08-19 06:15:08 +00:00
|
|
|
|
|
|
|
MAINTAINER= clkao@CirX.ORG
|
|
|
|
|
1999-05-30 03:35:14 +00:00
|
|
|
LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12
|
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
|
|
|
|
LIBTOOLFILES= configure libIDL/configure popt/configure
|
|
|
|
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
|
1998-08-19 06:15:08 +00:00
|
|
|
CONFIGURE_ARGS= --disable-indent
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|