summaryrefslogtreecommitdiff
path: root/misc/autocue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/autocue/Makefile')
-rw-r--r--misc/autocue/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/misc/autocue/Makefile b/misc/autocue/Makefile
new file mode 100644
index 00000000000..9aa94e25c53
--- /dev/null
+++ b/misc/autocue/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/28 20:47:22 agc Exp $
+#
+
+DISTNAME= autocue-20060128
+CATEGORIES= misc
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= agc@NetBSD.org
+HOMEPAGE= http://www.alistaircrooks.co.uk/software.html
+COMMENT= Time-based text formatter, sending output to xcb for pasting
+
+DEPENDS+= xcb-[0-9]*:../../x11/xcb
+
+do-extract:
+ @${CP} -R ${FILESDIR} ${WRKSRC}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/autocue ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/autocue.1 ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"