summaryrefslogtreecommitdiff
path: root/sysutils/libirman/Makefile
diff options
context:
space:
mode:
authorabs <abs>2002-05-17 11:32:51 +0000
committerabs <abs>2002-05-17 11:32:51 +0000
commit2aa47467bfa5db362b30e510d1188304a801aea9 (patch)
treec14ac29996b31c93077e7c851610f5113d0872ac /sysutils/libirman/Makefile
parent8488fa1c66f4e7c4fadc5318c1e35690d6cf0881 (diff)
downloadpkgsrc-2aa47467bfa5db362b30e510d1188304a801aea9.tar.gz
Import libirman-0.4.1b
Libirman is a programming library for Irman control of Unix software. Infrared man (Irman) is a small device that allows you to control your PC with the remote from your TV, VCR, CD or Stereo. Irman can be used in many ways, for example to control a software program while you are in another room, such as xmms.
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"