freebsd-ports/games/biorythm/Makefile
Martin Wilke b008129835 - Update to 1.1.3
PR:		144587
Submitted by:	Ports Fury
2010-03-09 23:00:11 +00:00

43 lines
1.1 KiB
Makefile

# New ports collection makefile for: biorythm
# Date created: 4 May 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= biorythm
PORTVERSION= 1.1.3
CATEGORIES= games
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple biorythm calculation program
LIB_DEPENDS= shhmsg.1:${PORTSDIR}/devel/libshhmsg \
shhopt.1:${PORTSDIR}/devel/libshhopt
MAN6= ${PORTNAME}.6
PORTDOCS= CREDITS ChangeLog README
PLIST_FILES= bin/${PORTNAME}
post-patch:
@${REINPLACE_CMD} -e '/VERSION/s|[[:space:]]"$$|\\n"| ; \
/COMPILED_DATE/d' ${WRKSRC}/biorythm.c
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -I. -I${LOCALBASE}/include \
-DVERSION=\"${PORTVERSION}\" -D_ANSI_SOURCE *.c \
-o ${PORTNAME} -L${LOCALBASE}/lib -lshhmsg -lshhopt -lm
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${MAN6PREFIX}/man/man6
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in CREDITS ChangeLog README
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>