1999-05-04 18:26:51 +02:00
|
|
|
# New ports collection makefile for: biorythm
|
|
|
|
# Date created: 4 May 1999
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1999-05-04 18:26:51 +02:00
|
|
|
#
|
|
|
|
|
2000-07-16 16:31:54 +02:00
|
|
|
PORTNAME= biorythm
|
2002-05-21 10:13:17 +02:00
|
|
|
PORTVERSION= 1.1.2
|
2000-07-16 16:31:54 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
|
1999-05-04 18:26:51 +02:00
|
|
|
|
2002-05-21 10:13:17 +02:00
|
|
|
MAINTAINER= martin@raq.cx
|
1999-05-04 18:26:51 +02:00
|
|
|
|
2000-07-16 16:31:54 +02:00
|
|
|
LIB_DEPENDS= shhmsg.1:${PORTSDIR}/devel/libshhmsg \
|
|
|
|
shhopt.1:${PORTSDIR}/devel/libshhopt
|
1999-05-04 18:26:51 +02:00
|
|
|
|
2000-07-16 16:31:54 +02:00
|
|
|
USE_GMAKE= yes
|
1999-05-04 18:26:51 +02:00
|
|
|
|
2000-07-16 16:31:54 +02:00
|
|
|
MAN6= biorythm.6
|
1999-05-04 18:26:51 +02:00
|
|
|
|
|
|
|
post-install:
|
2000-07-16 16:31:54 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2002-05-21 10:13:17 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
1999-05-04 18:26:51 +02:00
|
|
|
.for file in CREDITS ChangeLog README
|
2002-05-21 10:13:17 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
1999-05-04 18:26:51 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|