freebsd-ports/x11/terminal.app/Makefile
David Chisnall b6546ca2ca Update GNUstep ports to their latest versions.
Also fix a few bits of generic infrastructure along the way.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D2961
2015-07-01 13:50:28 +00:00

26 lines
585 B
Makefile

# Created by: gurkan@phys.ethz.ch
# $FreeBSD$
PORTNAME= terminal.app
PORTVERSION= 0.9.8
PORTREVISION= 3
CATEGORIES= x11 gnustep
MASTER_SITES= SAVANNAH/gap
DISTNAME= Terminal-${PORTVERSION}
MAINTAINER= ports@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'
MAKE_ENV+= GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Terminal.app/Terminal
.include <bsd.port.mk>