28 lines
500 B
Makefile
28 lines
500 B
Makefile
# $OpenBSD: Makefile,v 1.13 2007/06/11 21:02:40 jasper Exp $
|
|
|
|
COMMENT= record and analyze your meals for nutrient composition
|
|
|
|
DISTNAME= nut-12.5
|
|
PKGNAME= nutdb-12.5
|
|
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>
|