1998-08-19 06:15:08 +00:00
|
|
|
# New ports collection makefile for: orbit
|
1999-03-09 01:13:40 +00:00
|
|
|
# Version required: 0.4.0
|
1998-08-19 06:15:08 +00:00
|
|
|
# Date Created: 16 Aug 1998
|
|
|
|
# Whom: Chia-liang Kao <clkao@CirX.ORG>
|
|
|
|
#
|
1999-04-16 05:48:40 +00:00
|
|
|
# $Id: Makefile,v 1.16 1999/04/08 18:08:31 steve Exp $
|
1998-08-19 06:15:08 +00:00
|
|
|
#
|
|
|
|
|
1999-04-16 05:48:40 +00:00
|
|
|
DISTNAME= ORBit-0.4.2
|
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-03-09 01:13:40 +00:00
|
|
|
LIB_DEPENDS= glib12.1:${PORTSDIR}/devel/glib12
|
1998-08-19 06:15:08 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
1999-03-09 01:13:40 +00:00
|
|
|
CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/glib12-config"
|
1998-08-19 06:15:08 +00:00
|
|
|
CONFIGURE_ARGS= --disable-indent
|
|
|
|
|
1998-12-26 19:23:26 +00:00
|
|
|
pre-install:
|
|
|
|
@if [ ! -f ${PREFIX}/info/dir ]; then \
|
|
|
|
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
|
|
|
|
fi
|
|
|
|
|
1998-08-19 06:15:08 +00:00
|
|
|
post-install:
|
1998-09-23 16:09:08 +00:00
|
|
|
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
1998-08-19 06:15:08 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|