1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/mail/gnumail/Makefile

35 lines
847 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 05:27:57 +00:00
PORTVERSION= 1.2.0
PORTREVISION= 3
CATEGORIES= mail gnustep
MASTER_SITES= http://www.collaboration-world.com/gnumail.data/releases/Stable/
2007-02-11 09:38:32 +00:00
DISTNAME= GNUMail-${PORTVERSION}pre3
MAINTAINER= dinoex@FreeBSD.org
2003-02-20 18:26:42 +00:00
COMMENT= GNUstep mail client
2010-06-04 13:49:15 +00:00
LICENSE= GPLv2
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
2006-09-10 20:08:46 +00:00
USE_GNUSTEP_LOCAL_LIBS+= Pantomime:${PANTOMIME_PORT}
USE_GNUSTEP_LOCAL_LIBS+= Addresses:${ADDRESSES_PORT}
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
WRKSRC= ${WRKDIR}/GNUMail
2007-05-25 05:55:36 +00:00
MAKE_ENV+= GNUSTEP_INSTALLATION_DIR=${GNUSTEP_LOCAL_ROOT}
PANTOMIME_PORT?= mail/pantomime
2004-11-14 08:10:56 +00:00
ADDRESSES_PORT?= mail/addresses
2006-09-10 20:08:46 +00:00
.include <bsd.port.mk>