Changes: This release introduces the new USDA Nutrient Database, SR16, which has 6,661 foods and 125 nutrients, and includes an automatic conversion feature so that NUT 8.x installations can preserve existing meal records and have them interpreted with the latest USDA database.
20 lines
532 B
Makefile
20 lines
532 B
Makefile
# $NetBSD: Makefile,v 1.5 2003/08/11 07:26:00 wiz Exp $
|
|
|
|
DISTNAME= nut-9.0
|
|
CATEGORIES= biology
|
|
MASTER_SITES= http://www.lafn.org/~av832/
|
|
|
|
MAINTAINER= root@garbled.net
|
|
HOMEPAGE= http://www.lafn.org/~av832/
|
|
COMMENT= Record what you eat and analyze your meals
|
|
|
|
ALL_TARGET= nut
|
|
USE_GMAKE= yes
|
|
|
|
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"
|