0bffd76190
Main changes are: + drag this package into the modern era + take all the arguments out of the prototypes in the header files + add a better French collation sequence from Serge Gagnon, sent to me in May 2003 + add a utflcpy(3) function + update buildlink3.mk file to a more recent vintage + be a bit more pragmatic - move to a 3-clause BSD licence
21 lines
553 B
Makefile
21 lines
553 B
Makefile
# $NetBSD: Makefile,v 1.20 2006/05/26 21:13:01 agc Exp $
|
|
#
|
|
|
|
DISTNAME= libutf-3.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.alistaircrooks.co.uk/src/
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= http://www.alistaircrooks.co.uk/software.html
|
|
COMMENT= UTF-8 character set support library, including regular expressions
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
BUILD_TARGET= tst
|
|
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
|
|
|
EGDIR= ${PREFIX}/share/examples/libutf
|
|
CONF_FILES= ${EGDIR}/langcoll.utf ${PKG_SYSCONFDIR}/langcoll.utf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|