dc9594e09d
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
22 lines
570 B
Makefile
22 lines
570 B
Makefile
# $NetBSD: Makefile,v 1.19 2005/12/29 06:21:55 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= libutf-2.10
|
|
PKGREVISION= 3
|
|
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"
|