blob: 6f5244bcaf27491d3b0963a484cfd552bdb23f1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.7 2001/02/17 18:25:06 wiz Exp $
#
DISTNAME= spruce-0.5.17
CATEGORIES= mail
MASTER_SITES= http://www.xtorshun.org/spruce/
MAINTAINER= mellon@isc.org
HOMEPAGE= http://www.xtorshun.org/spruce/
COMMENT= MIME-aware, GNOME-based email program
DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs
USE_X11= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include "../../mk/bsd.pkg.mk"
|