mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
35 lines
734 B
Makefile
35 lines
734 B
Makefile
# New ports collection makefile for: helpviewer
|
|
# Date created: 30 Oct 2006
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= helpviewer
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= deskutils gnustep
|
|
MASTER_SITES= http://www.roard.com/helpviewer/download/
|
|
DISTNAME= HelpViewer-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= An online help viewer for GNUstep programs
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_GNUSTEP= yes
|
|
USE_GNUSTEP_BACK= yes
|
|
USE_GNUSTEP_BUILD= yes
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
FIXME= HandlerStructureXLP.h TextFormatterXLP.h
|
|
|
|
post-patch:
|
|
.for i in ${FIXME}
|
|
${REINPLACE_CMD} -e 's|Foundation/GSXML.h|GNUstepBase/GSXML.h|' \
|
|
${WRKSRC}/${i}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|