pkgsrc/biology/nut/Makefile
wiz 13b58306b5 Update to 10.18. Should fix PR 27404.
10.18:
This release contains a fix for the floating point
exception on NetBSD-2.0/alpha.
10.17:
This release corrects the formatting of the man page and
restores the correct alpha-linolenic acid reference
value, which was too low in the last release.
10.16:
This release fixes a segfault that occurs when analyzing
added and subtracted foods that total zero calories.
10.15:
This release completes the changing of all calculations
to substitute user averages for program constants in the
values of calories per gram of carb, fat, and protein,
and of the percentage of total fat that is fatty acids.
This means that personal options in terms of percentages
and ratios will be more precise.
2005-04-19 10:45:19 +00:00

21 lines
566 B
Makefile

# $NetBSD: Makefile,v 1.18 2005/04/19 10:45:19 wiz Exp $
DISTNAME= nut-10.18
CATEGORIES= biology
MASTER_SITES= http://www.lafn.org/~av832/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.lafn.org/~av832/
COMMENT= Record what you eat and analyze your meals
BUILD_TARGET= nut
USE_GNU_TOOLS+= make
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nut ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/nut
${INSTALL_DATA} ${WRKSRC}/raw.data/* ${PREFIX}/share/nut
${INSTALL_MAN} ${WRKSRC}/nut.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"