summaryrefslogtreecommitdiff
path: root/sysutils/extipl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/extipl/Makefile')
-rw-r--r--sysutils/extipl/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/extipl/Makefile b/sysutils/extipl/Makefile
new file mode 100644
index 00000000000..adbf52ff84a
--- /dev/null
+++ b/sysutils/extipl/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/11 09:56:57 agc Exp $
+#
+
+DISTNAME= extipl-5.03
+CATEGORIES= sysutils
+MASTER_SITES= http://www.tsden.org/takamiti/extipl/archs/
+
+MAINTAINER= hiramatu@boreas.dti.ne.jp
+HOMEPAGE= http://www.tsden.org/takamiti/extipl/
+COMMENT= IPL compatible OS boot selector
+
+BUILD_DEPENDS+= nasm:../../devel/nasm
+
+WRKSRC= ${WRKDIR}/extipl-5.03/src
+USE_GMAKE= #defined
+
+.include "../../mk/bsd.pkg.mk"