freebsd-ports/games/biorythm/Makefile
Ying-Chieh Liao bc1832860c upgrade to 1.1.2
take maintainership

PR:		37868
Submitted by:	Martin Perry <Martin@raq.cx> (new maintainer)
2002-05-21 08:13:17 +00:00

30 lines
571 B
Makefile

# New ports collection makefile for: biorythm
# Date created: 4 May 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= biorythm
PORTVERSION= 1.1.2
CATEGORIES= games
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
MAINTAINER= martin@raq.cx
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>