summaryrefslogtreecommitdiff
path: root/sysutils/libirman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/libirman/Makefile')
-rw-r--r--sysutils/libirman/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/libirman/Makefile b/sysutils/libirman/Makefile
new file mode 100644
index 00000000000..79c07b161c9
--- /dev/null
+++ b/sysutils/libirman/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/17 11:32:51 abs Exp $
+#
+
+DISTNAME= libirman-0.4.1b
+CATEGORIES= sysutils
+MASTER_SITES= http://www.evation.com/libirman/
+
+MAINTAINER= abs@netbsd.org
+HOMEPAGE= http://www.evation.com/libirman/libirman.html
+COMMENT= Programming library for Irman - infrared control
+
+GNU_CONFIGURE= YES
+
+EGDIR= ${PREFIX}/share/examples
+CONF_FILES= ${EGDIR}/irman.conf ${PKG_SYSCONFDIR}/irman.conf
+
+.include "../../mk/bsd.pkg.install.mk"
+.include "../../mk/bsd.pkg.mk"