summaryrefslogtreecommitdiff
path: root/textproc/liblinebreak/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2009-01-18 17:38:15 +0000
committerwiz <wiz>2009-01-18 17:38:15 +0000
commit7268c1f8a7666042441ae7338872c6294f2f7523 (patch)
tree3929c05aed4fc45ddb386c13b752c2fc7989840b /textproc/liblinebreak/Makefile
parent078b6fdf12bc8111ca7f282466abc0807ba35ff1 (diff)
downloadpkgsrc-7268c1f8a7666042441ae7338872c6294f2f7523.tar.gz
Initial import of liblinebreak-1.0:
This is liblinebreak, an implementation of the line breaking algorithm as described in Unicode 5.0.0 Standard Annex 14, Revision 19, available at http://www.unicode.org/reports/tr14/tr14-19.html
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"