1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/mail/spruce/Makefile

25 lines
558 B
Makefile
Raw Normal View History

# New ports collection makefile for: spruce
1999-06-29 21:28:31 +00:00
# Version required: 0.4.8
# Date created: 05 June 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
1999-06-29 21:28:31 +00:00
# $Id: Makefile,v 1.3 1999/06/21 23:03:16 cpiazza Exp $
#
1999-06-29 21:28:31 +00:00
DISTNAME= spruce-0.4.8
CATEGORIES= mail
MASTER_SITES= http://www.xtorshun.org/spruce/
MAINTAINER= cpiazza@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config
USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/spruce ${PREFIX}/bin
.include <bsd.port.mk>