diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-18 06:10:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-18 06:10:16 +0800 |
commit | 33ee0243520452ed9346dc2e8f015167d186400b (patch) | |
tree | 5ca907f15c4c882f1e2ea94b83a5740cffed47ff /www/mozilla-gtk2 | |
parent | 65787a11143d660afa17b9b2d306d971720efdc9 (diff) | |
download | freebsd-ports-gnome-33ee0243520452ed9346dc2e8f015167d186400b.tar.gz freebsd-ports-gnome-33ee0243520452ed9346dc2e8f015167d186400b.tar.zst freebsd-ports-gnome-33ee0243520452ed9346dc2e8f015167d186400b.zip |
Add mozilla-devel-gtk2, a slave port to mozilla-devel that builds a Mozilla
that Galeon 2 can use.
Diffstat (limited to 'www/mozilla-gtk2')
-rw-r--r-- | www/mozilla-gtk2/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/mozilla-gtk2/Makefile b/www/mozilla-gtk2/Makefile new file mode 100644 index 000000000000..83a56d60a1e1 --- /dev/null +++ b/www/mozilla-gtk2/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" |