blob: 295fc8bfd7160b67c06d2ff96fcdea772e696ab5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.5 2000/03/13 22:30:35 tron 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/main.html
DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs
USE_X11= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include "../../mk/bsd.pkg.mk"
|