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
|
2000-09-15 15:20:13 +00:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
2000-10-05 06:23:01 +00:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
|
1998-08-19 06:15:08 +00:00
|
|
|
|
1999-05-30 03:35:14 +00:00
|
|
|
USE_GMAKE= yes
|
2000-10-05 06:23:01 +00:00
|
|
|
USE_GLIB= yes
|
1999-05-30 03:35:14 +00:00
|
|
|
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
|
1998-08-19 06:15:08 +00:00
|
|
|
CONFIGURE_ARGS= --disable-indent
|
2000-10-05 06:23:01 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1998-08-19 06:15:08 +00:00
|
|
|
|
2000-09-15 15:20:13 +00:00
|
|
|
post-install:
|
2000-10-03 01:33:36 +00:00
|
|
|
@${ECHO} "ORBIIOPIPv4=0" > ${PREFIX}/etc/orbitrc.default
|
|
|
|
@${ECHO} "ORBIIOPIPv6=0" >> ${PREFIX}/etc/orbitrc.default
|
2000-10-03 01:40:00 +00:00
|
|
|
@if [ ! -f ${PREFIX}/etc/orbitrc ]; then \
|
|
|
|
${CP} -p ${PREFIX}/etc/orbitrc.default ${PREFIX}/etc/orbitrc ; \
|
|
|
|
fi
|
2000-09-15 15:20:13 +00:00
|
|
|
|
1998-08-19 06:15:08 +00:00
|
|
|
.include <bsd.port.mk>
|