1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/mail/gnumail/Makefile
2021-04-06 16:31:07 +02:00

25 lines
490 B
Makefile

# Created by: Thomas Gellekum <tg@FreeBSD.org>
PORTNAME= gnumail
PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= mail gnustep
MASTER_SITES= SAVANNAH/gnustep-nonfsf/
DISTNAME= GNUMail-${PORTVERSION}
MAINTAINER= ports@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>