freebsd-ports/mail/spruce/Makefile

28 lines
552 B
Makefile
Raw Normal View History

# New ports collection makefile for: spruce
# Date created: 05 June 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
1999-08-25 02:51:17 -04:00
# $FreeBSD$
#
2000-04-13 16:01:08 -04:00
PORTNAME= spruce
PORTVERSION= 0.6.5
CATEGORIES= mail
2000-05-21 17:45:02 -04:00
MASTER_SITES= http://www.xtorshun.org/spruce/v0.6/ \
http://fundy.linuxberg.com/files/x11/network/
MAINTAINER= erich@tacni.net
2000-10-05 02:42:57 -04:00
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
2000-05-21 17:45:02 -04:00
USE_X_PREFIX= yes
USE_GMAKE= yes
2000-10-05 02:42:57 -04:00
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2000-05-21 17:45:02 -04:00
MAN1= spruce.1
.include <bsd.port.mk>