freebsd-ports/mail/spruce/Makefile

31 lines
730 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
2000-05-21 17:45:02 -04:00
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= ports@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
2000-05-21 17:45:02 -04:00
GTK_CONFIG= ${X11BASE}/bin/gtk12-config
GLIB_CONFIG= ${LOCALBASE}/bin/glib12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
2000-05-21 17:45:02 -04:00
CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG} GLIB_CONFIG=${GLIB_CONFIG} \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
USE_GMAKE= yes
2000-05-21 17:45:02 -04:00
MAN1= spruce.1
.include <bsd.port.mk>