9156bf1b9e
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977
25 lines
539 B
Makefile
25 lines
539 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'
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Terminal.app/Terminal
|
|
|
|
.include <bsd.port.mk>
|