mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
79dcbbd160
and portlint.
28 lines
629 B
Makefile
28 lines
629 B
Makefile
# New ports collection makefile for: orbit
|
|
# Version required: 0.5.0
|
|
# Date Created: 16 Aug 1998
|
|
# Whom: Chia-liang Kao <clkao@CirX.ORG>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= ORBit-0.5.0
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= sources/ORBit
|
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
|
|
|
LIB_DEPENDS= glib12.3:${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>
|