blob: 1ad7a7cb41c25cf0870bead4c9a3d1ae489efc09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.9 2001/02/17 18:09:10 wiz Exp $
#
DISTNAME= libutf-2.10
CATEGORIES= misc
MASTER_SITES= http://www.westley.demon.co.uk/src/
MAINTAINER= agc@netbsd.org
HOMEPAGE= http://www.westley.demon.co.uk/software.html
COMMENT= UTF-8 character set support library, including regular expressions
GNU_CONFIGURE= # defined
USE_LIBTOOL= # defined
ALL_TARGET= tst
.include "../../mk/bsd.pkg.mk"
|