summaryrefslogtreecommitdiff
path: root/misc/xchm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/xchm/Makefile')
-rw-r--r--misc/xchm/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/xchm/Makefile b/misc/xchm/Makefile
new file mode 100644
index 00000000000..ccaf79d9a8a
--- /dev/null
+++ b/misc/xchm/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/01/06 15:36:18 wiz Exp $
+#
+
+DISTNAME= xchm-0.8
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://xchm.sourceforge.net/
+COMMENT= CHM viewer for UNIX
+
+USE_BUILDLINK2= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+
+.include "../../devel/chmlib/buildlink2.mk"
+.include "../../x11/wxGTK/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"