freebsd-ports/mail/gnumail/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

23 lines
509 B
Makefile

# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnumail
PORTVERSION= 1.2.2
PORTREVISION= 2
CATEGORIES= mail gnustep
MASTER_SITES= http://download.gna.org/gnustep-nonfsf/
DISTNAME= GNUMail-${PORTVERSION}
MAINTAINER= theraven@FreeBSD.org
COMMENT= GNUstep mail client
LICENSE= GPLv2
USES= cpe gnustep
CPE_VENDOR= gnu
USE_GNUSTEP= back build
LIB_DEPENDS= libPantomime.so:mail/pantomime \
libAddresses.so:mail/addresses
USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}
.include <bsd.port.mk>