1998-07-31 21:02:41 +00:00
|
|
|
# New ports collection makefile for: gIDE
|
1998-10-10 14:52:05 +00:00
|
|
|
# Version required: 0.0.8
|
1998-07-31 21:02:41 +00:00
|
|
|
# Date created: 29 Jul 1998
|
|
|
|
# Whom: rom
|
|
|
|
#
|
1998-10-10 14:52:05 +00:00
|
|
|
# $Id: Makefile,v 1.7 1998/10/04 17:23:34 jseger Exp $
|
1998-07-31 21:02:41 +00:00
|
|
|
#
|
|
|
|
|
1998-10-10 14:52:05 +00:00
|
|
|
DISTNAME= gIDE-0.0.8
|
|
|
|
PKGNAME= gide-0.0.8
|
1998-07-31 21:02:41 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://gide.pn.org/
|
|
|
|
|
|
|
|
MAINTAINER= rom_glsa@ein-hashofet.co.il
|
|
|
|
|
1998-09-22 22:55:56 +00:00
|
|
|
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
|
1998-10-04 17:23:34 +00:00
|
|
|
guile.2.:${PORTSDIR}/lang/guile
|
1998-07-31 21:02:41 +00:00
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-07-31 21:02:41 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
1998-08-25 01:53:21 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
1998-10-10 14:52:05 +00:00
|
|
|
GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
|
1998-08-25 01:53:21 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
MAN1= gide.1
|
1998-07-31 21:02:41 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|