mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
18 lines
339 B
Makefile
18 lines
339 B
Makefile
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pantry
|
|
PORTVERSION= 32
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.smileystation.com/pantry/downloads/
|
|
|
|
MAINTAINER= earl@eeg3.net
|
|
COMMENT= Command-line nutrition analysis program
|
|
|
|
BROKEN= unfetchable
|
|
|
|
USES= tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|