# Ports collection makefile for:	tkseti
# Date created:		30 Jun 1999
# Whom:			Brett Taylor <brett@peloton.physics.montana.edu>
#
# $FreeBSD: ports/astro/tkseti/Makefile,v 1.9 2000/05/03 09:48:56 sheldonh Exp $
#

PORTNAME=	tkseti
PORTVERSION=	2.12
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>
