summaryrefslogtreecommitdiff
path: root/devel/gide/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-07-31 21:02:41 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-07-31 21:02:41 +0000
commitf7abc0533abca7086b1ca465e725767985d21a81 (patch)
treef8cecbcb641d641b7c3b62202188d7c288e5cc4c /devel/gide/Makefile
parentUpdate checksums of two font files to match that of print/ghostscript5. (diff)
gIDE is a new gtk-based Integrated Development Environment for the C
programming language. PR: 7433 Submitted by: Gilad Rom <rom_glsa@ein-hashofet.co.il>
Notes
Notes: svn path=/head/; revision=12236
Diffstat (limited to 'devel/gide/Makefile')
-rw-r--r--devel/gide/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/gide/Makefile b/devel/gide/Makefile
new file mode 100644
index 000000000000..9a33d597dd0f
--- /dev/null
+++ b/devel/gide/Makefile
@@ -0,0 +1,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>