blob: 2464095eedafcaf20e50eb72798e20aac325bb7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.24 2007/10/22 08:04:07 ghen Exp $
MOZILLA= seamonkey
COMMENT= Full featured gecko-based browser
MOZILLA_USE_GTK2= # yes
MOZILLA_USE_XFT= YES
.include "../../www/seamonkey/Makefile-seamonkey.common"
.include "../../mk/bsd.pkg.mk"
|