opnsense-ports/deskutils/helpviewer/Makefile
Franco Fichtner c90d3d0974 */*: sync with upstream
Taken from: FreeBSD
2023-04-27 09:41:23 +02:00

25 lines
635 B
Makefile

PORTNAME= helpviewer
PORTVERSION= 0.3
PORTREVISION= 12
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
WWW= http://www.roard.com/helpviewer/
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>