freebsd-ports/palm/pilot_makedoc/Makefile
Bill Fumerola 7b1b2da263 (1) portlint: one distfile should be a DISTNAME + EXTRACT_SUFX
(2) The old MASTER_SITE didn't contain the file, so get some reliable sites.
(3) This program actually got bumped to 0.7a, which just corrected spelling
errors and portability (which is why patches/patch-aa shrunk and why the
checksum changed.)
1999-12-25 06:41:02 +00:00

31 lines
684 B
Makefile

# New ports collection makefile for: pilot_makedoc
# Version required: 0.7a
# Date created: May 10th 1997
# Whom: jfitz@FreeBSD.org
#
# $FreeBSD$
#
DISTNAME= makedoc7
PKGNAME= pilot_makedoc-0.7a
CATEGORIES= palm textproc
MASTER_SITES= ftp://ftp.forth.org/pub/PalmOS/ \
ftp://ftp.cs.tu-berlin.de/pub/palmtops/pilot/ \
ftp://ftp.cso.uiuc.edu/pub/systems/PalmOS/
EXTRACT_SUFX= .cpp
MAINTAINER= jfitz@FreeBSD.org
NO_WRKSUBDIR= YES
ALL_TARGET= pilot_makedoc
do-extract:
@${MKDIR} ${WRKDIR}
@${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
@${CP} ${FILESDIR}/Makefile ${WRKDIR}
do-install:
@${INSTALL_PROGRAM} ${WRKDIR}/pilot_makedoc ${PREFIX}/bin
.include <bsd.port.mk>