freebsd-ports/mail/gnumail/Makefile

27 lines
624 B
Makefile
Raw Normal View History

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