freebsd-ports/mail/spruce/Makefile

37 lines
704 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 08:51:17 +02:00
# $FreeBSD$
#
2000-04-13 22:01:08 +02:00
PORTNAME= spruce
PORTVERSION= 0.6.5
PORTREVISION= 3
CATEGORIES= mail
2002-02-24 17:18:56 +01:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
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
USE_X_PREFIX= yes
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
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
.include <bsd.port.mk>