aboutsummaryrefslogtreecommitdiffstats
path: root/palm/pilot_makedoc/Makefile
blob: 7becf8b917e19e630ca2505b3b419a96ac1296da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    pilot_makedoc
# Date created:             May 10th 1997
# Whom:                 jfitz@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=   pilot_makedoc
PORTVERSION=    0.7a
PORTREVISION=   1
CATEGORIES= palm textproc
MASTER_SITES=   ftp://ftp.forth.org/pub/PalmOS/ \
        ftp://ftp.cs.tu-berlin.de/pub/palmtops/pilot/
DISTNAME=   makedoc7
EXTRACT_SUFX=   .cpp

MAINTAINER= simond@irrelevant.org
COMMENT=    Converts text into the Doc format used by PalmPilots

NO_WRKSUBDIR=   YES
PLIST_FILES=    bin/pilot_makedoc
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>