- Update the data according to LineBreak-6.0.0.txt - Fix the bug that an assertion in code can fail if U+FFFC is encountered at the beginning of a line
25 lines
595 B
Makefile
25 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/05/14 07:47:14 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= liblinebreak-2.1
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
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"
|