summaryrefslogtreecommitdiff
path: root/www/mozilla-devel-gtk1
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-17 22:10:16 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-17 22:10:16 +0000
commit58eed3804b8745558b0a824b424c8502b90bac55 (patch)
treeb8e78e62c445cd54e30e69883f7927194192061a /www/mozilla-devel-gtk1
parent* Make this port a master port which can support slaves (diff)
Add mozilla-devel-gtk2, a slave port to mozilla-devel that builds a Mozilla
that Galeon 2 can use.
Notes
Notes: svn path=/head/; revision=70325
Diffstat (limited to 'www/mozilla-devel-gtk1')
-rw-r--r--www/mozilla-devel-gtk1/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/mozilla-devel-gtk1/Makefile b/www/mozilla-devel-gtk1/Makefile
new file mode 100644
index 000000000000..83a56d60a1e1
--- /dev/null
+++ b/www/mozilla-devel-gtk1/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: mozilla-devel-gtk2
+# Date created: 17 November 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mozilla
+PORTREVISION= 0
+PORTEPOCH= 0
+CATEGORIES= www
+
+MASTERDIR= ${.CURDIR}/../mozilla-devel
+DESCR= ${PKGDIR}/pkg-descr.gtk2
+
+WITH_GTK2= yes
+WITHOUT_XFT= "Causes crashes when used with apps such as Galeon 2"
+MOZILLA= mozilla-devel-gtk2
+
+.include "${MASTERDIR}/Makefile"