aboutsummaryrefslogtreecommitdiffstats
path: root/astro/tkseti/Makefile
blob: 64df5611a596884efe6465ebd40c49d5061cc10f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Ports collection makefile for:    tkseti
# Date created:     30 Jun 1999
# Whom:         Brett Taylor <brett@peloton.physics.montana.edu>
#
# $FreeBSD$
#

PORTNAME=   tkseti
PORTVERSION=    3.06
PORTREVISION=   1
CATEGORIES= astro tk84
MASTER_SITES=   http://www.cuug.ab.ca/~macdonal/tkseti/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Tk-based interface to SETI@Home

RUN_DEPENDS=    wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
        ${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>