mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
3a34ffa58f
Fixes aarch64 build. Reduces depends on obsolete LLVM 4.0. PR: 230116 Submitted by: mikael.urankar@gmail.com Approved by: theraven (prior version) Sponsored by: DARPA, AFRL
24 lines
494 B
Makefile
24 lines
494 B
Makefile
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnumail
|
|
PORTVERSION= 1.2.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= mail gnustep
|
|
MASTER_SITES= SAVANNAH/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>
|