2013-03-07 04:25:10 +01:00
|
|
|
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
2001-06-28 15:04:14 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gnumail
|
2006-10-31 06:27:57 +01:00
|
|
|
PORTVERSION= 1.2.0
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 6
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= mail gnustep
|
2011-11-11 13:03:29 +01:00
|
|
|
MASTER_SITES= http://download.gna.org/gnustep-nonfsf/
|
|
|
|
DISTNAME= GNUMail-${PORTVERSION}
|
2001-06-28 15:04:14 +02:00
|
|
|
|
2013-08-28 20:26:01 +02:00
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
2003-02-20 19:26:42 +01:00
|
|
|
COMMENT= GNUstep mail client
|
2001-06-28 15:04:14 +02:00
|
|
|
|
2010-06-04 15:49:15 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2003-08-28 03:42:30 +02:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2013-08-28 20:26:01 +02:00
|
|
|
USE_GNUSTEP_LOCAL_LIBS+= Pantomime:mail/pantomime
|
|
|
|
USE_GNUSTEP_LOCAL_LIBS+= Addresses:mail/addresses
|
2007-01-13 04:57:25 +01:00
|
|
|
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
|
2007-05-25 07:55:36 +02:00
|
|
|
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
|
2007-01-13 04:57:25 +01:00
|
|
|
|
2006-09-10 22:08:46 +02:00
|
|
|
.include <bsd.port.mk>
|