mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
24 lines
496 B
Makefile
24 lines
496 B
Makefile
PORTNAME= gnumail
|
|
PORTVERSION= 1.4.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail gnustep
|
|
MASTER_SITES= SAVANNAH/gnustep-nonfsf/
|
|
DISTNAME= GNUMail-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GNUstep mail client
|
|
WWW= https://www.nongnu.org/gnustep-nonfsf/gnumail/
|
|
|
|
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>
|