freebsd-ports/devel/ORBit2/Makefile
Vanilla I. Shu e0e7895de8 Remove BROKEN tag.
Remind by:	asami
1998-11-25 13:16:33 +00:00

27 lines
579 B
Makefile

# New ports collection makefile for: orbit
# Version required: 0.3.0
# Date Created: 16 Aug 1998
# Whom: Chia-liang Kao <clkao@CirX.ORG>
#
# $Id: Makefile,v 1.6 1998/11/25 00:42:11 asami Exp $
#
DISTNAME= ORBit-0.3.0
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:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>