20 lines
358 B
Makefile
20 lines
358 B
Makefile
# New ports collection makefile for: mozilla-devel-gtk2
|
|
# Date created: 17 November 2002
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mozilla
|
|
PORTREVISION= 2
|
|
PORTEPOCH= 0
|
|
CATEGORIES= www
|
|
|
|
MASTERDIR= ${.CURDIR}/../mozilla
|
|
DESCR= ${PKGDIR}/pkg-descr.gtk2
|
|
|
|
WITH_GTK2= yes
|
|
MOZILLA= mozilla-gtk2
|
|
|
|
.include "${MASTERDIR}/Makefile"
|