15 lines
316 B
Makefile
15 lines
316 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
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|