diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-07-01 11:58:48 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-07-01 11:58:48 +0000 |
commit | 7a0382799831936011a21769d1142a725f992960 (patch) | |
tree | 9e17c3346104da964f04f88195593c7c3f7aa028 /editors | |
parent | 0235841ea072abca721f3007b9a59666925277a2 (diff) | |
download | ports-7a0382799831936011a21769d1142a725f992960.tar.gz ports-7a0382799831936011a21769d1142a725f992960.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gxedit/Makefile | 25 | ||||
-rw-r--r-- | editors/gxedit/distinfo | 1 | ||||
-rw-r--r-- | editors/gxedit/pkg-comment | 1 | ||||
-rw-r--r-- | editors/gxedit/pkg-descr | 1 | ||||
-rw-r--r-- | editors/gxedit/pkg-plist | 1 |
5 files changed, 29 insertions, 0 deletions
diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile new file mode 100644 index 000000000000..4f634328e33a --- /dev/null +++ b/editors/gxedit/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gxedit +# Version required: 1.04 +# Date created: 01 Jul 1998 +# Whom: Dom Mitchell <dom@myrddin.demon.co.uk> +# +# $Id$ +# + +DISTNAME= GXedit1.04 +PKGNAME= gxedit-1.04 +CATEGORIES= editors +MASTER_SITES= http://devplanet.fastethernet.net/ +EXTRACT_SUFX= .tar + +MAINTAINER= dom@myrddin.demon.co.uk + +LIB_DEPENDS+= gtk\\.1\\.4:${PORTSDIR}/x11/gtk + +EXTRACT_BEFORE_ARGS= -xf +USE_X11= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gxedit ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/editors/gxedit/distinfo b/editors/gxedit/distinfo new file mode 100644 index 000000000000..f88135043520 --- /dev/null +++ b/editors/gxedit/distinfo @@ -0,0 +1 @@ +MD5 (GXedit1.04.tar) = dd7cc37a310eea8cb8b87807bad11fd7 diff --git a/editors/gxedit/pkg-comment b/editors/gxedit/pkg-comment new file mode 100644 index 000000000000..6e8dd5fdb2bc --- /dev/null +++ b/editors/gxedit/pkg-comment @@ -0,0 +1 @@ +A simple GTK+ editor. diff --git a/editors/gxedit/pkg-descr b/editors/gxedit/pkg-descr new file mode 100644 index 000000000000..afd531cf9eaf --- /dev/null +++ b/editors/gxedit/pkg-descr @@ -0,0 +1 @@ +A Simple GTK+ editor. diff --git a/editors/gxedit/pkg-plist b/editors/gxedit/pkg-plist new file mode 100644 index 000000000000..5684d5fc639a --- /dev/null +++ b/editors/gxedit/pkg-plist @@ -0,0 +1 @@ +bin/gxedit |