summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authornakai <nakai@FreeBSD.org>2000-01-31 08:43:45 +0000
committernakai <nakai@FreeBSD.org>2000-01-31 08:43:45 +0000
commit9211289ddb851081dff6c63c2696066011de9d27 (patch)
tree9810dd021a8e3ad1f60ef5f518741c23dfc5229b /editors
parent3c536152397e4b385f99adfca8dfd1eb7b4cf56d (diff)
downloadFreeBSD-ports-9211289ddb851081dff6c63c2696066011de9d27.zip
FreeBSD-ports-9211289ddb851081dff6c63c2696066011de9d27.tar.gz
Initial import.
i18n editor with GNOME
Diffstat (limited to 'editors')
-rw-r--r--editors/dedit/Makefile38
-rw-r--r--editors/dedit/distinfo1
-rw-r--r--editors/dedit/pkg-comment1
-rw-r--r--editors/dedit/pkg-descr3
-rw-r--r--editors/dedit/pkg-plist2
5 files changed, 45 insertions, 0 deletions
diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile
new file mode 100644
index 0000000..f4d861a
--- /dev/null
+++ b/editors/dedit/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: dedit
+# Version required: 0.5.6
+# Date created: 26 January 2000
+# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= dedit_0.5.6
+PKGNAME= dedit-0.5.6
+CATEGORIES= editors
+MASTER_SITES= ftp://ftp.debian.org/debian/dists/unstable/main/source/editors/
+
+MAINTAINER= nakai@FreeBSD.org
+
+LIB_DEPENDS= iconv.0:${PORTSDIR}/converters/iconv \
+ gnome.3:${PORTSDIR}/x11/gnomelibs
+
+WRKSRC= ${WRKDIR}/dedit-0.5.6
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
+
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
+ --datadir=${PREFIX}/share/gnome \
+ --with-gnome=${PREFIX}
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASSE}/include" \
+ GTK_CONFIG="${GTK_CONFIG}" \
+ LIBS="-L${LOCALBASE}/lib -liconv"
+
+MAN1= dedit.1 dedit.ja.1
+
+pre-configure:
+ ( cd ${WRKSRC}; ${SH} bootstrap )
+
+.include <bsd.port.mk>
diff --git a/editors/dedit/distinfo b/editors/dedit/distinfo
new file mode 100644
index 0000000..f6eacb8
--- /dev/null
+++ b/editors/dedit/distinfo
@@ -0,0 +1 @@
+MD5 (dedit_0.5.6.tar.gz) = bd4d62a820aabeca3ec97250460ff664
diff --git a/editors/dedit/pkg-comment b/editors/dedit/pkg-comment
new file mode 100644
index 0000000..0e17f68
--- /dev/null
+++ b/editors/dedit/pkg-comment
@@ -0,0 +1 @@
+a simple GNOME i18n editor
diff --git a/editors/dedit/pkg-descr b/editors/dedit/pkg-descr
new file mode 100644
index 0000000..cfc46d7
--- /dev/null
+++ b/editors/dedit/pkg-descr
@@ -0,0 +1,3 @@
+a simple GNOME i18n editor
+
+WWW: http://dice.debian.gr.jp/dtools/ (Japanese only)
diff --git a/editors/dedit/pkg-plist b/editors/dedit/pkg-plist
new file mode 100644
index 0000000..749ecfd
--- /dev/null
+++ b/editors/dedit/pkg-plist
@@ -0,0 +1,2 @@
+bin/dedit
+share/locale/ja/LC_MESSAGES/dedit.mo
OpenPOWER on IntegriCloud