mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
217ed45bf9
- Support CC/CFLAGS/PREFIX/LOCALBASE/X11BASE/etc properly PR: 19757 Submitted by: Ports Fury
31 lines
611 B
Makefile
31 lines
611 B
Makefile
# New ports collection makefile for: biorythm
|
|
# Date created: 4 May 1999
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= biorythm
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= shhmsg.1:${PORTSDIR}/devel/libshhmsg \
|
|
shhopt.1:${PORTSDIR}/devel/libshhopt
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAN6= biorythm.6
|
|
|
|
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>
|