summaryrefslogtreecommitdiff
path: root/misc/bestfit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/bestfit/Makefile')
-rw-r--r--misc/bestfit/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile
deleted file mode 100644
index 7531522f58be..000000000000
--- a/misc/bestfit/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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
-COMMENT= Optimally choose files to be put on a CD (or other media)
-
-BROKEN= "mastersite disappeared"
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE= 2005-12-11
-
-MAN1= bestfit.1
-MANCOMPRESSED= no
-PLIST_FILES= bin/bestfit
-
-GNU_CONFIGURE= yes
-
-.include <bsd.port.mk>