2003-07-21 19:27:24 +02:00
|
|
|
# $NetBSD: Makefile,v 1.7 2003/07/21 17:27:32 martti Exp $
|
2001-05-23 17:47:43 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= helpdc21
|
2001-11-29 02:12:24 +01:00
|
|
|
PKGNAME= helpdeco-21
|
|
|
|
PKGREVISION= 1
|
2003-03-29 13:40:00 +01:00
|
|
|
WRKSRC= ${WRKDIR}
|
2001-05-23 17:47:43 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SIMTEL:=win95/winhelp/}
|
|
|
|
EXTRACT_SUFX= .zip
|
|
|
|
|
2003-07-19 10:54:23 +02:00
|
|
|
MAINTAINER= collver1@comcast.net
|
2001-05-23 17:47:43 +02:00
|
|
|
HOMEPAGE= http://www.simtel.net/pub/pd/23694.shtml
|
2003-07-21 19:27:24 +02:00
|
|
|
COMMENT= Windows .hlp to .rtf converter
|
2001-05-23 17:47:43 +02:00
|
|
|
|
|
|
|
LICENSE= no-commercial-use
|
|
|
|
|
|
|
|
# from ftp://ftp.simtel.net/pub/simtelnet/MIRRORS.TXT
|
|
|
|
MASTER_SITE_SIMTEL+= ftp://ftp.cdrom.com/pub/simtelnet/ \
|
|
|
|
ftp://ftp.datacanyon.com/pub/simtelnet/ \
|
|
|
|
ftp://ftp.digital.com/pub/micro/pc/simtelnet/ \
|
|
|
|
ftp://ftp.usg.edu/pub/mirrors/simtelnet/ \
|
|
|
|
ftp://uiarchive.cso.uiuc.edu/pub/systems/pc/simtelnet/ \
|
|
|
|
ftp://ftp.bu.edu/pub/mirrors/simtelnet/ \
|
|
|
|
ftp://simtel.klondyke.net/simtel/ \
|
|
|
|
ftp://simtelnet.galilei.com/pub/simtelnet/ \
|
|
|
|
ftp://ftp.rge.com/pub/systems/simtelnet/ \
|
|
|
|
ftp://ftp.ou.edu/pub/simtelnet/ \
|
|
|
|
ftp://ftp.orst.edu/pub/simtelnet/ \
|
|
|
|
ftp://ftphost.simtel.net/pub/simtelnet/ \
|
|
|
|
ftp://mirrors.aol.com/pub/simtelnet/ \
|
|
|
|
ftp://ftp.simtel.net/pub/simtelnet/ \
|
|
|
|
ftp://ftp.telusplanet.net/pub/simtelnet/ \
|
|
|
|
ftp://ftp.crc.ca/pub/systems/ibmpc/simtelnet/ \
|
|
|
|
ftp://ftp.direct.ca/pub/simtelnet/
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
${RM} -f ${WRKSRC}/*exe
|
|
|
|
${CP} ${FILESDIR}/helpdeco-de.txt \
|
|
|
|
${FILESDIR}/helpdeco-en.txt \
|
|
|
|
${FILESDIR}/compat.h \
|
|
|
|
${FILESDIR}/compat.c \
|
|
|
|
${WRKSRC}
|
|
|
|
${SED} "s|PREFIX|${PREFIX}|" \
|
|
|
|
<${FILESDIR}/Makefile \
|
|
|
|
>${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${CP} ${WRKSRC}/splitmrb \
|
|
|
|
${WRKSRC}/zapres \
|
|
|
|
${WRKSRC}/helpdeco \
|
|
|
|
${PREFIX}/bin
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/helpdeco
|
|
|
|
${CP} ${WRKSRC}/helpdeco-de.txt \
|
|
|
|
${WRKSRC}/helpdeco-en.txt \
|
|
|
|
${WRKSRC}/helpfile.txt \
|
|
|
|
${PREFIX}/share/doc/helpdeco
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|