19 lines
368 B
Makefile
19 lines
368 B
Makefile
PORTNAME= bestfit
|
|
DISTVERSION= 0.2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= LOCAL/ehaupt
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Optimally choose files to be put on a CD (or other media)
|
|
WWW= https://savannah.nongnu.org/projects/bestfit/
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/bestfit \
|
|
share/man/man1/bestfit.1.gz
|
|
|
|
.include <bsd.port.mk>
|