aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gide/Makefile
blob: 3cd7b4968ef6eff9ee98e18f9406d1e73e7043af (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
# New ports collection makefile for: gIDE
# Version required:    0.0.7
# Date created:        29 Jul 1998
# Whom:                rom
#
# $Id: Makefile,v 1.4 1998/08/25 01:53:21 vanilla Exp $
#

DISTNAME=   gIDE-0.0.7
PKGNAME=    gide-0.0.7
CATEGORIES=     devel
MASTER_SITES=   http://gide.pn.org/

MAINTAINER= rom_glsa@ein-hashofet.co.il

LIB_DEPENDS=    gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11 \
        guile\\.2\\.:${PORTSDIR}/lang/guile

USE_X_PREFIX=   yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

MAN1=       gide.1

post-install:
    strip ${PREFIX}/bin/gide

.include <bsd.port.mk>