1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/devel/ORBit2/Makefile

27 lines
632 B
Makefile
Raw Normal View History

# New ports collection makefile for: orbit
# Version required: 0.4.3
# Date Created: 16 Aug 1998
# Whom: Chia-liang Kao <clkao@CirX.ORG>
#
# $Id: Makefile,v 1.18 1999/05/06 07:17:31 asami Exp $
#
DISTNAME= ORBit-0.4.3
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
MAINTAINER= clkao@CirX.ORG
LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFILES= configure libIDL/configure popt/configure
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
CONFIGURE_ARGS= --disable-indent
.include <bsd.port.mk>