1999-06-11 10:29:17 +02:00
|
|
|
# New ports collection makefile for: spruce
|
|
|
|
# Date created: 05 June 1999
|
1999-06-19 10:26:18 +02:00
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
1999-06-11 10:29:17 +02:00
|
|
|
#
|
1999-08-25 08:51:17 +02:00
|
|
|
# $FreeBSD$
|
1999-06-11 10:29:17 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 22:01:08 +02:00
|
|
|
PORTNAME= spruce
|
2001-02-05 16:11:27 +01:00
|
|
|
PORTVERSION= 0.6.5
|
2004-02-04 05:36:30 +01:00
|
|
|
PORTREVISION= 3
|
1999-06-11 10:29:17 +02:00
|
|
|
CATEGORIES= mail
|
2002-02-24 17:18:56 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-06-11 10:29:17 +02:00
|
|
|
|
2004-11-07 05:26:44 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= A simple GTK based email client
|
1999-06-11 10:29:17 +02:00
|
|
|
|
1999-08-01 02:51:05 +02:00
|
|
|
USE_X_PREFIX= yes
|
1999-06-11 10:29:17 +02:00
|
|
|
USE_GMAKE= yes
|
2002-09-25 09:12:52 +02:00
|
|
|
USE_GNOME= gtk12
|
2000-10-05 08:42:57 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2002-09-25 09:12:52 +02:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
MAKE_ENV= OLD_PO_FILE_INPUT=1
|
1999-06-11 10:29:17 +02:00
|
|
|
|
2000-05-21 23:45:02 +02:00
|
|
|
MAN1= spruce.1
|
|
|
|
|
2004-07-10 23:22:52 +02:00
|
|
|
.if !defined(WITHOUT_NLS)
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
|
|
|
|
1999-06-11 10:29:17 +02:00
|
|
|
.include <bsd.port.mk>
|