freebsd-ports/x11/terminal.app/Makefile
Brooks Davis 3a34ffa58f Update Objective-C LLVM version to 6.0.
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
2018-09-26 15:23:37 +00:00

25 lines
542 B
Makefile

# Created by: gurkan@phys.ethz.ch
# $FreeBSD$
PORTNAME= terminal.app
PORTVERSION= 0.9.9
PORTREVISION= 2
CATEGORIES= x11 gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= Terminal-${PORTVERSION}
MAINTAINER= theraven@FreeBSD.org
COMMENT= Terminal Emulator for GNUstep
LICENSE= GPLv2 # only
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gnustep iconv
USE_GNUSTEP= back build
MAKE_ARGS+= Terminal_TOOL_LIBS='${ICONV_LIB} -lutil'
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Terminal.app/Terminal
.include <bsd.port.mk>