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-07-16 14:31:54 +00:00
|
|
|
PORTNAME= biorythm
|
|
|
|
PORTVERSION= 1.1.1
|
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
|
1999-05-04 16:26:51 +00:00
|
|
|
|
2000-07-16 14:31:54 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-05-04 16:26:51 +00:00
|
|
|
|
2000-07-16 14:31:54 +00:00
|
|
|
LIB_DEPENDS= shhmsg.1:${PORTSDIR}/devel/libshhmsg \
|
|
|
|
shhopt.1:${PORTSDIR}/devel/libshhopt
|
1999-05-04 16:26:51 +00:00
|
|
|
|
2000-07-16 14:31:54 +00:00
|
|
|
USE_GMAKE= yes
|
1999-05-04 16:26:51 +00:00
|
|
|
|
2000-07-16 14:31:54 +00:00
|
|
|
MAN6= biorythm.6
|
1999-05-04 16:26:51 +00:00
|
|
|
|
|
|
|
post-install:
|
2000-07-16 14:31:54 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${PREFIX}/share/doc/biorythm
|
1999-05-04 16:26:51 +00:00
|
|
|
.for file in CREDITS ChangeLog README
|
2000-07-16 14:31:54 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/biorythm
|
1999-05-04 16:26:51 +00:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|