mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
065c026fe5
PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735
29 lines
657 B
Makefile
29 lines
657 B
Makefile
# Created by: 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} ${WRKSRC}
|
|
@${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
|
|
@${CP} ${FILESDIR}/Makefile ${WRKSRC}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pilot_makedoc ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|