mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
19 lines
343 B
Makefile
19 lines
343 B
Makefile
# Created by: Steven Enderle <enderle@mdn.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bestfit
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= CRITICAL
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Optimally choose files to be put on a CD (or other media)
|
|
|
|
LICENSE= GPLv2
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/bestfit man/man1/bestfit.1.gz
|
|
|
|
.include <bsd.port.mk>
|