1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/mail/gnumail/Makefile
Steve Wills ad71e47c67 mail/gnumail: Update to 1.3.0
PR:		230616
Submitted by:	eancaer@gmail.com
Approved by:	maintainer timeout (theraven, >2 months)
2019-01-05 22:23:24 +00:00

25 lines
489 B
Makefile

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