mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
28 lines
616 B
Makefile
28 lines
616 B
Makefile
# New ports collection makefile for: pilot_makedoc
|
|
# Version required: 0.7
|
|
# Date created: May 10th 1997
|
|
# Whom: jfitz@FreeBSD.ORG
|
|
#
|
|
# $Id: Makefile,v 1.3 1997/06/08 11:50:31 asami Exp $
|
|
#
|
|
|
|
PKGNAME= pilot_makedoc-0.7
|
|
CATEGORIES= textproc pilot
|
|
MASTER_SITES= http://www.concentric.net/~rbram/
|
|
DISTFILES= makedoc7.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>
|