diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-25 16:39:46 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-25 16:39:46 +0800 |
commit | 58e905c9a594838467783cd77883372f6651685c (patch) | |
tree | 7c6ba61e968acb2de473d8b45a75733645e36ad9 /misc/bestfit/Makefile | |
parent | 77ebfa54faaa4379ecf908bcf60fb626d9f46490 (diff) | |
download | freebsd-ports-gnome-58e905c9a594838467783cd77883372f6651685c.tar.gz freebsd-ports-gnome-58e905c9a594838467783cd77883372f6651685c.tar.zst freebsd-ports-gnome-58e905c9a594838467783cd77883372f6651685c.zip |
add bestfit 0.2.0
Optimally choose files to be put on a CD (or other media)
PR: 34225
Submitted by: Steven Enderle <enderle@mdn.de>
Diffstat (limited to 'misc/bestfit/Makefile')
-rw-r--r-- | misc/bestfit/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile new file mode 100644 index 000000000000..86be584530f6 --- /dev/null +++ b/misc/bestfit/Makefile @@ -0,0 +1,20 @@ +# 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 + +MAN1= bestfit.1 +MANCOMPRESSED= no + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |