1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/astro/tkseti/Makefile
Steve Price bc087374d3 Update to use Tcl/Tk version 8.2.
Submitted by:	Ade Lovett <ade@lovett.com>
1999-11-28 18:32:45 +00:00

31 lines
832 B
Makefile

# Ports collection makefile for: tkseti
# Version required: 1.42
# Date created: 30 Jun 1999
# Whom: Brett Taylor <brett@peloton.physics.montana.edu>
#
# $FreeBSD$
#
DISTNAME= tkseti-1.46
CATEGORIES= astro tk82
MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkseti/
MAINTAINER= brett@peloton.runet.edu
RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 \
setiathome:${PORTSDIR}/astro/setiathome
NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/share/doc/tkseti
${INSTALL_SCRIPT} ${WRKSRC}/tkseti ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/DOC ${PREFIX}/share/doc/tkseti/DOC
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tkseti/README
post-install:
@${ECHO} "Please read the documentation for tkseti located in"
@${ECHO} "${PREFIX}/share/doc/tkseti/DOC and ${PREFIX}/share/doc/tkseti/README."
.include <bsd.port.mk>