2001-06-28 15:04:14 +02:00
|
|
|
# New ports collection makefile for: GNUMail
|
|
|
|
# Date created: 11 Jun 2001
|
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnumail
|
2003-11-13 04:34:55 +01:00
|
|
|
PORTVERSION= 1.1.1
|
2001-06-28 15:04:14 +02:00
|
|
|
CATEGORIES= mail
|
2003-11-13 04:34:55 +01:00
|
|
|
MASTER_SITES= http://www.collaboration-world.com/gnumail.data/releases/Stable/
|
2003-01-02 07:16:05 +01:00
|
|
|
DISTNAME= GNUMail-${PORTVERSION}
|
2001-06-28 15:04:14 +02:00
|
|
|
|
2002-06-07 19:34:38 +02:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2003-02-20 19:26:42 +01:00
|
|
|
COMMENT= GNUstep mail client
|
2001-06-28 15:04:14 +02:00
|
|
|
|
2003-04-13 09:38:27 +02:00
|
|
|
BUILD_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/${PANTOMIME_PORT}
|
|
|
|
RUN_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/${PANTOMIME_PORT}
|
2001-06-28 15:04:14 +02:00
|
|
|
|
|
|
|
PREFIX= ${LOCALBASE}/GNUstep
|
2003-04-13 09:38:27 +02:00
|
|
|
NO_MTREE= yes
|
2002-03-26 13:27:00 +01:00
|
|
|
WRKSRC= ${WRKDIR}/GNUMail
|
2001-06-28 15:04:14 +02:00
|
|
|
USE_GMAKE= yes
|
2003-08-28 03:42:30 +02:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2001-06-28 15:04:14 +02:00
|
|
|
MAKEFILE=
|
|
|
|
ALL_TARGET=
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-04-13 09:38:27 +02:00
|
|
|
PANTOMIME_PORT?= mail/pantomime
|
2001-06-28 15:04:14 +02:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|