mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Switch to USES=tar
- Simplify post-patch - Strip binary
This commit is contained in:
parent
3617d7d942
commit
f16d149cc0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390048
@ -2,26 +2,25 @@
|
||||
|
||||
PORTNAME= helpviewer
|
||||
PORTVERSION= 0.3
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= deskutils gnustep
|
||||
MASTER_SITES= http://www.roard.com/helpviewer/download/
|
||||
DISTNAME= HelpViewer-${PORTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Online help viewer for GNUstep programs
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= gnustep
|
||||
USES= gnustep tar:tgz
|
||||
USE_GNUSTEP= back build
|
||||
|
||||
FIXME= HandlerStructureXLP.h TextFormatterXLP.h
|
||||
|
||||
post-patch:
|
||||
.for i in ${FIXME}
|
||||
${REINPLACE_CMD} -e 's|Foundation/GSXML.h|GNUstepBase/GSXML.h|' \
|
||||
${WRKSRC}/${i}
|
||||
.endfor
|
||||
${WRKSRC}/HandlerStructureXLP.h \
|
||||
${WRKSRC}/TextFormatterXLP.h
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/HelpViewer.app/HelpViewer
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user