1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/mail/gnumail/Makefile
2006-03-19 04:35:47 +00:00

38 lines
988 B
Makefile

# New ports collection makefile for: GNUMail
# Date created: 11 Jun 2001
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnumail
PORTVERSION= 1.1.2
CATEGORIES= mail
MASTER_SITES= http://www.collaboration-world.com/gnumail.data/releases/Stable/
DISTNAME= GNUMail-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= GNUstep mail client
BUILD_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/${PANTOMIME_PORT}
BUILD_DEPENDS+= ${LOCALLIBDIR}/libAddresses.so:${PORTSDIR}/${ADDRESSES_PORT}
RUN_DEPENDS+= ${LOCALLIBDIR}/libPantomime.so:${PORTSDIR}/${PANTOMIME_PORT}
RUN_DEPENDS+= ${LOCALLIBDIR}/libAddresses.so:${PORTSDIR}/${ADDRESSES_PORT}
WRKSRC= ${WRKDIR}/GNUMail
USE_GMAKE= yes
USE_GNUSTEP= yes
USE_GNUSTEP_PREFIX= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
MAKEFILE=
ALL_TARGET=
.include <bsd.port.pre.mk>
PANTOMIME_PORT?= mail/pantomime
ADDRESSES_PORT?= mail/addresses
.include <bsd.port.post.mk>