summaryrefslogtreecommitdiff
path: root/sysutils/mkhybrid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mkhybrid/Makefile')
-rw-r--r--sysutils/mkhybrid/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/mkhybrid/Makefile b/sysutils/mkhybrid/Makefile
new file mode 100644
index 00000000000..d89647744ec
--- /dev/null
+++ b/sysutils/mkhybrid/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: mkhybrid
+# Version required: 1.11.1
+# Date created: 10 Jun 1998
+# Whom: Murray Stokely <murray@cdrom.com>
+#
+# FreeBSD Id: Makefile,v 1.1.1.1 1998/06/16 16:50:06 dburr Exp
+#
+
+DISTNAME= mkhybrid-1.11.1
+CATEGORIES= sysutils
+MASTER_SITES= ftp://ftp.ge.ucl.ac.uk/pub/mkhfs/
+
+MAINTAINER= murray@cdrom.com
+
+GNU_CONFIGURE= yes
+MAN8= mkhybrid.8
+
+# Yes, this is an empty ALL_TARGET. Oddly, the Makefile does not grok
+# "all" as a possible target. Feh.
+ALL_TARGET=
+
+.include <bsd.port.mk>