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
20 lines
409 B
Makefile
20 lines
409 B
Makefile
# Created by: Miguel Mendez <flynn@energyhq.es.eu.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= addresses
|
|
PORTVERSION= 0.4.8
|
|
PORTREVISION= 6
|
|
CATEGORIES= mail gnustep
|
|
MASTER_SITES= SAVANNAH/gap
|
|
DISTNAME= Addresses-${PORTVERSION}
|
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
|
COMMENT= Versatile addressbook for GNUstep
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
|
|
|
|
.include <bsd.port.mk>
|