summaryrefslogtreecommitdiff
path: root/textproc/liblinebreak/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/liblinebreak/Makefile')
-rw-r--r--textproc/liblinebreak/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/liblinebreak/Makefile b/textproc/liblinebreak/Makefile
new file mode 100644
index 00000000000..9d9771e42c9
--- /dev/null
+++ b/textproc/liblinebreak/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/01/18 17:38:15 wiz Exp $
+#
+
+DISTNAME= liblinebreak-1.0
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vimgadgets/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://vimgadgets.sourceforge.net/liblinebreak/
+COMMENT= Library for line breaking in a Unicode sequence
+
+USE_LANGUAGES= c c++
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake
+GNU_CONFIGURE= yes
+
+INSTALLATION_DIRS= share/doc/liblinebreak
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/README \
+ ${DESTDIR}${PREFIX}/share/doc/liblinebreak
+
+.include "../../mk/bsd.pkg.mk"