openbsd-ports/biology/nutdb/Makefile

28 lines
515 B
Makefile
Raw Normal View History

2007-02-02 09:32:52 -05:00
# $OpenBSD: Makefile,v 1.10 2007/02/02 14:32:52 jasper Exp $
COMMENT= "record what you eat and analyze your meals for nutrient composition"
2007-02-02 09:32:52 -05:00
DISTNAME= nut-12.3
PKGNAME= nutdb-12.3
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
2004-11-21 13:03:29 -05:00
WANTLIB= c m
MASTER_SITES= ${HOMEPAGE}
NO_REGRESS= Yes
ALL_TARGET= nut
USE_GMAKE= Yes
.include <bsd.port.mk>