summaryrefslogtreecommitdiff
path: root/games/biorythm/Makefile
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-04 16:26:51 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>1999-05-04 16:26:51 +0000
commitaed3d79a30560b8dab14fe105fa9a067605e8fbc (patch)
tree160efbeb58f9455927c4acfb3d0d00a97c483b37 /games/biorythm/Makefile
parentActivate roxen (diff)
PR: ports/11482
Submitted by: andy@icc.surw.chel.su simple biorythm calculation program
Notes
Notes: svn path=/head/; revision=18469
Diffstat (limited to 'games/biorythm/Makefile')
-rw-r--r--games/biorythm/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/games/biorythm/Makefile b/games/biorythm/Makefile
new file mode 100644
index 000000000000..219f5a412fdf
--- /dev/null
+++ b/games/biorythm/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: biorythm
+# Version required: 1.1.1
+# Date created: 4 May 1999
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= biorythm-1.1.1
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SUNSITE} \
+ http://home.sol.no/~sverrehu/pub-unix/files/
+MASTER_SITE_SUBDIR= games/amusements
+
+MAINTAINER= andy@icc.surw.chel.su
+
+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>