1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/mail/gnumail/Makefile
2006-10-31 05:27:57 +00:00

32 lines
759 B
Makefile

# New ports collection makefile for: GNUMail
# Date created: 11 Jun 2001
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnumail
PORTVERSION= 1.2.0
CATEGORIES= mail
MASTER_SITES= http://www.collaboration-world.com/gnumail.data/releases/Stable/
DISTNAME= GNUMail-${PORTVERSION}pre2
MAINTAINER= dinoex@FreeBSD.org
COMMENT= GNUstep mail client
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
USE_GNUSTEP_LOCAL_LIBS+= Pantomime:${PANTOMIME_PORT}
USE_GNUSTEP_LOCAL_LIBS+= Addresses:${ADDRESSES_PORT}
MAKEFILE=
ALL_TARGET=
PANTOMIME_PORT?= mail/pantomime
ADDRESSES_PORT?= mail/addresses
.include <bsd.port.mk>