freebsd-ports/mail/gnumail/Makefile

34 lines
791 B
Makefile
Raw Normal View History

# New ports collection makefile for: GNUMail
# Date created: 11 Jun 2001
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnumail
2006-10-31 06:27:57 +01:00
PORTVERSION= 1.2.0
PORTREVISION= 4
CATEGORIES= mail gnustep
MASTER_SITES= http://download.gna.org/gnustep-nonfsf/
DISTNAME= GNUMail-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 19:26:42 +01:00
COMMENT= GNUstep mail client
2010-06-04 15:49:15 +02:00
LICENSE= GPLv2
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
2006-09-10 22:08:46 +02:00
USE_GNUSTEP_LOCAL_LIBS+= Pantomime:${PANTOMIME_PORT}
USE_GNUSTEP_LOCAL_LIBS+= Addresses:${ADDRESSES_PORT}
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
2007-05-25 07:55:36 +02:00
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
PANTOMIME_PORT?= mail/pantomime
2004-11-14 09:10:56 +01:00
ADDRESSES_PORT?= mail/addresses
2006-09-10 22:08:46 +02:00
.include <bsd.port.mk>