cab8c38214
Noticed by: bento
32 lines
774 B
Makefile
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= petef@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>
|