summaryrefslogtreecommitdiff
path: root/japanese/gnome/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/gnome/Makefile')
-rw-r--r--japanese/gnome/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/japanese/gnome/Makefile b/japanese/gnome/Makefile
new file mode 100644
index 000000000000..bf9331b8d404
--- /dev/null
+++ b/japanese/gnome/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: gnome
+# Date created: 02 November 2000
+# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnome
+PORTVERSION= 1.2
+CATEGORIES= japanese x11 gnome
+MASTER_SITES= # empty
+DISTFILES= # empty
+EXTRACT_ONLY= # empty
+
+MAINTAINER= nakai@FreeBSD.org
+
+LIB_DEPENDS= gnome.4:${PORTSDIR}/japanese/gnomelibs \
+ panel_applet.4:${PORTSDIR}/japanese/gnomecore \
+ gal.1:${PORTSDIR}/japanese/gal
+
+RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric \
+
+NO_BUILD= yes
+
+USE_PYTHON= yes
+
+do-install: # empty
+
+.include <bsd.port.mk>