summaryrefslogtreecommitdiff
path: root/textproc/unac/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2009-07-27 13:46:57 +0000
committerdrochner <drochner>2009-07-27 13:46:57 +0000
commit9863d86124db30b003799cf97456fc3e866ed809 (patch)
treea24e74c801e8b127a4d48cc04e61dadea2d21bb5 /textproc/unac/Makefile
parent96c27b9aea9616b27806d0be7c0d8c8b405fa9a4 (diff)
downloadpkgsrc-9863d86124db30b003799cf97456fc3e866ed809.tar.gz
add unac-1.7.0, a C library that removes accents from characters
Diffstat (limited to 'textproc/unac/Makefile')
-rw-r--r--textproc/unac/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/textproc/unac/Makefile b/textproc/unac/Makefile
new file mode 100644
index 00000000000..da803ea50c2
--- /dev/null
+++ b/textproc/unac/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/07/27 13:46:57 drochner Exp $
+#
+
+DISTNAME= unac-1.7.0
+CATEGORIES= textproc
+MASTER_SITES= http://www.senga.org/download/unac/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.senga.org/download/unac/
+COMMENT= C library that removes accents from characters
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PKGCONFIG_OVERRIDE+= unac.pc.in
+
+.include "../../mk/bsd.pkg.mk"