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>
This commit is contained in:
parent
3162a2608a
commit
f7abc0533a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12236
5 changed files with 37 additions and 0 deletions
26
devel/gide/Makefile
Normal file
26
devel/gide/Makefile
Normal file
|
@ -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>
|
1
devel/gide/distinfo
Normal file
1
devel/gide/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (gIDE-0.0.4.tar.gz) = 4d19cc7d8ba8f1bd58e558da59b962ec
|
1
devel/gide/pkg-comment
Normal file
1
devel/gide/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
This is gIDE, a GTK based IDE for the C programming Language.
|
7
devel/gide/pkg-descr
Normal file
7
devel/gide/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
gIDE is a new gtk-based Integrated Development Environment for the C
|
||||
programming language. Currently under active development, new
|
||||
features are constantly being added so please see the home page
|
||||
for further details: http://gide.pn.org/
|
||||
|
||||
- Rom.
|
||||
rom_glsa@ein-hashofet.co.il
|
2
devel/gide/pkg-plist
Normal file
2
devel/gide/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
bin/gide
|
||||
man/man1/gide.1.gz
|
Loading…
Reference in a new issue