mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
f7abc0533a
programming language. PR: 7433 Submitted by: Gilad Rom <rom_glsa@ein-hashofet.co.il>
27 lines
452 B
Makefile
27 lines
452 B
Makefile
# 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>
|