blob: 2eaa7bf58389ae0935d848c4eb6f8472f1964f78 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: gIDE
# Version required: 0.0.14
# Date created: 29 Jul 1998
# Whom: rom
#
# $Id: Makefile,v 1.18 1999/01/17 20:01:53 vanilla Exp $
#
DISTNAME= gIDE-0.0.14
PKGNAME= gide-0.0.14
CATEGORIES= devel
MASTER_SITES= http://gide.pn.org/
MAINTAINER= rom_glsa@ein-hashofet.co.il
BROKEN='fetch: reading remote file from gide.pn.org: Connection reset by peer (maybe try -b or -t)'
LIB_DEPENDS= gnomeui.1:${PORTSDIR}/x11/gnomelibs \
guile.4:${PORTSDIR}/lang/guile
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
LIBS="-L${LOCALBASE}/lib"
MAN1= gide.1
.include <bsd.port.mk>
|