summaryrefslogtreecommitdiff
path: root/textproc/enca/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/enca/Makefile')
-rw-r--r--textproc/enca/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/enca/Makefile b/textproc/enca/Makefile
new file mode 100644
index 00000000000..13079657e6e
--- /dev/null
+++ b/textproc/enca/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/02/24 22:49:11 wiz Exp $
+#
+
+DISTNAME= enca-1.9
+CATEGORIES= converters
+MASTER_SITES= http://trific.ath.cx/Ftp/enca/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://trific.ath.cx/software/enca/
+COMMENT= Extremely Naive Charset Analyser
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= gmake
+PKGCONFIG_OVERRIDE+= ${WRKSRC}/enca.pc.in
+
+.include "../../mk/bsd.pkg.mk"