2002-06-25 10:39:46 +02:00
|
|
|
# New ports collection makefile for: bestfit-0.2.0
|
|
|
|
# Date created: 09 Oct 2001
|
|
|
|
# Whom: Steven Enderle <enderle@mdn.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bestfit
|
|
|
|
PORTVERSION= 0.2.0
|
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://www.student.lu.se/~nbi98oli/src/
|
|
|
|
|
|
|
|
MAINTAINER= enderle@mdn.de
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= Optimally choose files to be put on a CD (or other media)
|
2002-06-25 10:39:46 +02:00
|
|
|
|
|
|
|
MAN1= bestfit.1
|
|
|
|
MANCOMPRESSED= no
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/bestfit
|
2002-06-25 10:39:46 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|