1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/astro/tkseti/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

32 lines
774 B
Makefile

# Ports collection makefile for: tkseti
# Date created: 30 Jun 1999
# Whom: Brett Taylor <brett@peloton.physics.montana.edu>
#
# $FreeBSD$
#
PORTNAME= tkseti
PORTVERSION= 3.06
CATEGORIES= astro tk83
MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkseti/
MAINTAINER= ports@FreeBSD.org
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 \
${LOCALBASE}/sbin/setiathome:${PORTSDIR}/astro/setiathome
NO_BUILD= yes
MAN1= tkseti.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/tkseti ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/tkseti.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/tkseti
${INSTALL_DATA} ${WRKSRC}/DOC ${PREFIX}/share/doc/tkseti/DOC
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tkseti/README
.endif
.include <bsd.port.mk>