summaryrefslogtreecommitdiff
path: root/sysutils/shc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/shc/Makefile')
-rw-r--r--sysutils/shc/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/shc/Makefile b/sysutils/shc/Makefile
new file mode 100644
index 00000000000..44fd52740b9
--- /dev/null
+++ b/sysutils/shc/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/09/30 09:41:49 grant Exp $
+#
+
+DISTNAME= shc-3.7
+CATEGORIES= sysutils
+MASTER_SITES= http://www.datsi.fi.upm.es/~frosal/sources/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.datsi.fi.upm.es/~frosal/
+COMMENT= Shell script to C compiler
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/shc ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/shc.1 ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"