summaryrefslogtreecommitdiff
path: root/devel/gide/Makefile
blob: 9a33d597dd0ffcde2a4fe1699c3a4426a8d739df (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
# New ports collection makefile for: gIDE
# Version required:    0.0.4
# Date created:        29 Jul 1998
# Whom:                rom
#
# $Id$
#

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

MAINTAINER=	rom_glsa@ein-hashofet.co.il

LIB_DEPENDS+=   gtk\\.1\\.4:${PORTSDIR}/x11/gtk

USE_X11=        yes
GNU_CONFIGURE=  yes
USE_GMAKE= 	yes

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

MAN1=		gide.1

.include <bsd.port.mk>