1998-07-31 23:02:41 +02:00
|
|
|
# New ports collection makefile for: gIDE
|
1998-09-15 14:05:13 +02:00
|
|
|
# Version required: 0.0.7
|
1998-07-31 23:02:41 +02:00
|
|
|
# Date created: 29 Jul 1998
|
|
|
|
# Whom: rom
|
|
|
|
#
|
1998-10-04 19:23:34 +02:00
|
|
|
# $Id: Makefile,v 1.6 1998/09/22 22:55:50 asami Exp $
|
1998-07-31 23:02:41 +02:00
|
|
|
#
|
|
|
|
|
1998-09-15 14:05:13 +02:00
|
|
|
DISTNAME= gIDE-0.0.7
|
|
|
|
PKGNAME= gide-0.0.7
|
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-04 19:23:34 +02:00
|
|
|
guile.2.:${PORTSDIR}/lang/guile
|
1998-07-31 23:02:41 +02: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" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
MAN1= gide.1
|
1998-07-31 23:02:41 +02:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
strip ${PREFIX}/bin/gide
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|