1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/x11/terminal.app/Makefile
2021-02-11 15:21:17 +00:00

30 lines
632 B
Makefile

# Created by: gurkan@phys.ethz.ch
# $FreeBSD$
PORTNAME= terminal.app
PORTVERSION= 0.9.9
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'
post-patch:
@${REINPLACE_CMD} -e 's,^NSString \*,extern &,' \
${WRKSRC}/TerminalWindow.h
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Terminal.app/Terminal
.include <bsd.port.mk>