freebsd-ports/palm/pilot_makedoc/Makefile

33 lines
737 B
Makefile
Raw Normal View History

# New ports collection makefile for: pilot_makedoc
# Date created: May 10th 1997
# Whom: jfitz@FreeBSD.org
#
1999-08-30 16:33:04 +02:00
# $FreeBSD$
#
2000-04-15 03:46:50 +02:00
PORTNAME= pilot_makedoc
PORTVERSION= 0.7a
PORTREVISION= 1
2000-04-13 21:19:05 +02:00
CATEGORIES= palm textproc
MASTER_SITES= ftp://ftp.forth.org/pub/PalmOS/ \
ftp://ftp.cs.tu-berlin.de/pub/palmtops/pilot/
2000-04-13 21:19:05 +02:00
DISTNAME= makedoc7
EXTRACT_SUFX= .cpp
MAINTAINER= simond@irrelevant.org
2003-02-21 14:28:59 +01:00
COMMENT= Converts text into the Doc format used by PalmPilots
2000-04-13 21:19:05 +02:00
NO_WRKSUBDIR= YES
PLIST_FILES= bin/pilot_makedoc
2000-04-13 21:19:05 +02:00
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>