blob: c82f63ef8bf4b1f94b9d8245ed29c28b9bfd26fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile,v 1.7 2009/05/29 13:22:11 he Exp $
MOZILLA= sunbird
#PKGREVISION= 1
COMMENT= Mozilla stand-alone calendar application
MOZILLA_USE_GTK2= # yes
MOZILLA_USE_XFT= YES
.include "../../time/sunbird/Makefile-sunbird.common"
.include "../../mk/bsd.pkg.mk"
|