freebsd-ports/devel/ORBit/Makefile
Vanilla I. Shu 1cda1ec091 ORBit is a high-performance CORBA ORB with support for the C language.
It is used by the GNOME Project.
PR:		ports/7654
Submitted by:	Chia-liang Kao <clkao@cirx.org>
1998-08-19 06:15:08 +00:00

27 lines
499 B
Makefile

# New ports collection makefile for: orbit
# Version required: 0.2.1
# Date Created: 16 Aug 1998
# Whom: Chia-liang Kao <clkao@CirX.ORG>
#
# $Id$
#
DISTNAME= ORBit-0.2.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gnome.org/pub/ORBit/
MAINTAINER= clkao@CirX.ORG
LIB_DEPENDS= glib11\\.0\\.:${PORTSDIR}/devel/glib
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= INSTALL='$${INSTALL} -c'
CONFIGURE_ARGS= --disable-indent
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>