opnsense-ports/deskutils/helpviewer/Makefile
Franco Fichtner 7e485cf1e5 */*: sync with upstream
Taken from: HardenedBSD
2017-12-04 05:06:36 +01:00

26 lines
608 B
Makefile

# $FreeBSD$
PORTNAME= helpviewer
PORTVERSION= 0.3
PORTREVISION= 8
CATEGORIES= deskutils gnustep
MASTER_SITES= http://www.roard.com/helpviewer/download/
DISTNAME= HelpViewer-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Online help viewer for GNUstep programs
LICENSE= GPLv2
USES= gnustep tar:tgz
USE_GNUSTEP= back build
post-patch:
${REINPLACE_CMD} -e 's|Foundation/GSXML.h|GNUstepBase/GSXML.h|' \
${WRKSRC}/HandlerStructureXLP.h \
${WRKSRC}/TextFormatterXLP.h
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/HelpViewer.app/HelpViewer
.include <bsd.port.mk>