1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/devel/ORBit/Makefile
Satoshi Asami b0e8c4c212 This port requires gettext now.
I'm not sure if it requires msgmft for build time only or the
libraries for run time too.  Make it LIB_DEPENDS to be safe -- if
someone is sure, go ahead and change it to BUILD_DEPENDS=msgfmt:gettext.
1999-08-24 08:53:00 +00:00

28 lines
671 B
Makefile

# New ports collection makefile for: orbit
# Version required: 0.4.93
# Date Created: 16 Aug 1998
# Whom: Chia-liang Kao <clkao@CirX.ORG>
#
# $Id: Makefile,v 1.20 1999/08/22 03:39:33 steve Exp $
#
DISTNAME= ORBit-0.4.93
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/ORBit
MAINTAINER= clkao@CirX.ORG
LIB_DEPENDS= glib12.2:${PORTSDIR}/devel/glib12 \
intl.1:${PORTSDIR}/devel/gettext
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>