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
15 lines
317 B
Makefile
15 lines
317 B
Makefile
# Created by: Thomas Gellekum <tg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnustep
|
|
PORTVERSION= 1.28.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= devel lang gnustep
|
|
|
|
MAINTAINER= theraven@FreeBSD.org
|
|
COMMENT= Objective-C libraries based on the OpenStep standard
|
|
|
|
USES= metaport gnustep
|
|
USE_GNUSTEP= back gui base
|
|
|
|
.include <bsd.port.mk>
|