openbsd-ports/biology/nutdb/Makefile
jasper 5a7554c2b7 update nutdb to 12.0
(no response from maintainer)
2006-11-30 17:38:27 +00:00

27 lines
494 B
Makefile

# $OpenBSD: Makefile,v 1.8 2006/11/30 17:38:27 jasper Exp $
COMMENT= "record what you eat and analyze your meals for nutrient composition"
DISTNAME= nut-12.0
CATEGORIES= biology
HOMEPAGE= http://www.lafn.org/~av832/
MAINTAINER= Jon Trembley <jon@brain-box.net>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m
MASTER_SITES= ${HOMEPAGE}
NO_REGRESS= Yes
ALL_TARGET= nut
USE_GMAKE= Yes
.include <bsd.port.mk>