1999-05-04 16:26:51 +00:00
|
|
|
# New ports collection makefile for: biorythm
|
|
|
|
# Date created: 4 May 1999
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1999-05-04 16:26:51 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 00:45:49 +00:00
|
|
|
PORTNAME= biorythm
|
|
|
|
PORTVERSION= 1.1.1
|
1999-05-04 16:26:51 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
|
|
http://home.sol.no/~sverrehu/pub-unix/files/
|
|
|
|
MASTER_SITE_SUBDIR= games/amusements
|
|
|
|
|
2000-03-29 07:19:16 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-05-04 16:26:51 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= shhmsg.1:${PORTSDIR}/devel/libshhmsg \
|
|
|
|
shhopt.1:${PORTSDIR}/devel/libshhopt
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
MAN6= biorythm.6
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/biorythm ${PREFIX}/bin
|
|
|
|
@ ${INSTALL_MAN} ${WRKSRC}/biorythm.6 ${PREFIX}/man/man6
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined (NOPORTDOCS)
|
|
|
|
@ ${MKDIR} ${PREFIX}/share/doc/biorythm
|
|
|
|
.for file in CREDITS ChangeLog README
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/biorythm
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|