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