1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/gide/Makefile

36 lines
795 B
Makefile
Raw Normal View History

1999-01-17 20:01:53 +00:00
# New ports collection makefile for: gIDE
# Version required: 0.0.14
# Date created: 29 Jul 1998
# Whom: rom
#
# $Id: Makefile,v 1.21 1999/04/23 18:06:21 mharo Exp $
#
1999-01-17 20:01:53 +00:00
DISTNAME= gIDE-0.0.14
PKGNAME= gide-0.0.14
CATEGORIES= devel gnome
1999-01-17 20:01:53 +00:00
MASTER_SITES= http://gide.pn.org/
MAINTAINER= rom_glsa@ein-hashofet.co.il
LIB_DEPENDS= gnomeui.2:${PORTSDIR}/x11/gnomelibs \
1999-01-17 20:01:53 +00:00
guile.4:${PORTSDIR}/lang/guile
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
1999-02-22 02:49:33 +00:00
FETCH_BEFORE_ARGS= -b
USE_X_PREFIX= yes
USE_GMAKE= yes
1999-01-17 20:01:53 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${PREFIX}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
MAN1= gide.1
.include <bsd.port.mk>