blob: b6c70383d8b8925ae8fa021d3c115fff47c305e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.1.1.1 1999/12/17 13:51:10 mellon Exp $
#
DISTNAME= spruce-0.5.9
CATEGORIES= mail
MASTER_SITES= http://www.xtorshun.org/spruce/
MAINTAINER= mellon@isc.org
HOMEPAGE= http://www.xtorshun.org/spruce/download.html
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= gnome-libs-*:../../x11/gnome-libs
USE_X11= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include "../../mk/bsd.pkg.mk"
|