1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/ewipe/Makefile

35 lines
850 B
Makefile
Raw Normal View History

# New ports collection makefile for: ewipe
# Version required: 0.6.0
# Date created: 17 October 1997
# Whom: itojun@itojun.org
#
# $Id: Makefile,v 1.7 1997/12/25 10:56:19 itojun Exp $
#
DISTNAME= ewipe0.6.0
PKGNAME= ewipe-0.6.0
CATEGORIES= misc
MASTER_SITES= http://al.ei.tuat.ac.jp/~sekisita/ewipe/
MAINTAINER= itojun@itojun.org
RUN_DEPENDS= wish4.2:${PORTSDIR}/x11/tk42
NO_BUILD= yes
NO_CONFIGURE= yes
do-install:
${MKDIR} ${PREFIX}/lib/ewipe
${MKDIR} ${PREFIX}/share/doc/ewipe
${INSTALL_SCRIPT} ${WRKSRC}/ewipe ${PREFIX}/bin
for i in edittable.tcl setpointer.tcl viewer.tcl tclIndex; do \
1997-10-23 13:09:12 +00:00
${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/lib/ewipe; \
done
.if !defined(NOPORTDOCS)
for i in README Changes blue1.gif dot.ewipe sample.ewp; do \
${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/ewipe; \
done
.endif
.include <bsd.port.mk>