mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
fd24afcf77
* Re-add OPTIONS support reorganizing the Makefile some * Enable Kerberos/GSSAPI support (please test) * Enable optional smb:// URI support through gnomevfs2 For a list of all the changes in 1.7 beta, please see: http://www.mozilla.org/releases/mozilla1.7b/README.html#new
20 lines
367 B
Makefile
20 lines
367 B
Makefile
# New ports collection makefile for: mozilla-devel-gtk1
|
|
# Date created: 17 February 2004
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mozilla
|
|
PORTREVISION= 0
|
|
PORTEPOCH= 0
|
|
CATEGORIES= www
|
|
|
|
MASTERDIR= ${.CURDIR}/../mozilla-devel
|
|
DESCR= ${PKGDIR}/pkg-descr.gtk1
|
|
|
|
WITH_GTK1= yes
|
|
MOZILLA= mozilla-devel-gtk1
|
|
|
|
.include "${MASTERDIR}/Makefile"
|