opnsense-ports/deskutils/helpviewer/Makefile
Franco Fichtner 6921cb7f81 */*: sync with upstream
Taken from: FreeBSD
2015-09-20 00:28:57 +02:00

26 lines
608 B
Makefile

# $FreeBSD$
PORTNAME= helpviewer
PORTVERSION= 0.3
PORTREVISION= 6
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>