aboutsummaryrefslogtreecommitdiff
path: root/misc/bestfit/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 08:39:46 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 08:39:46 +0000
commit22d0f3953888adab7b437bb8d3255470cf840498 (patch)
tree626810009bf2e544150395daed5946550c8e89db /misc/bestfit/Makefile
parent95210734fbbfd717151ca8b29e45e814de4d65d3 (diff)
downloadports-22d0f3953888adab7b437bb8d3255470cf840498.tar.gz
ports-22d0f3953888adab7b437bb8d3255470cf840498.zip
Notes
Diffstat (limited to 'misc/bestfit/Makefile')
-rw-r--r--misc/bestfit/Makefile20
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>