blob: a38c8120102c65402a2eb54d78b3de57471fd837 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.6 2000/06/25 19:55:13 mason 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/
DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs
USE_X11= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include "../../mk/bsd.pkg.mk"
|