f123e951b5
- update-patches while I'm here - bump PKGNAME ok niallo@
28 lines
517 B
Makefile
28 lines
517 B
Makefile
# $OpenBSD: Makefile,v 1.7 2005/11/01 17:18:15 bernd Exp $
|
|
|
|
COMMENT= "record what you eat and analyze your meals for nutrient composition"
|
|
|
|
PKGNAME= nutdb-10.15p0
|
|
DISTNAME= nut-10.15
|
|
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>
|