aboutsummaryrefslogtreecommitdiffstats
path: root/games/biorythm/Makefile
blob: cfa88b9c7ba94ab731c708b2bb4f1c21786b04d0 (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
# New ports collection makefile for:    biorythm
# Date created:             4 May 1999
# Whom:                 Andrey Zakhvatov
#
# $FreeBSD$
#

PORTNAME=   biorythm
PORTVERSION=    1.1.2
PORTREVISION=   1
CATEGORIES= games
MASTER_SITES=   http://shh.thathost.com/pub-unix/files/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Simple biorythm calculation program

LIB_DEPENDS=    shhmsg.1:${PORTSDIR}/devel/libshhmsg \
        shhopt.1:${PORTSDIR}/devel/libshhopt

USE_GMAKE=  yes

MAN6=       biorythm.6

post-install:
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for file in CREDITS ChangeLog README
    ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>