2003-06-03 04:45:27 +00:00
|
|
|
# New ports collection makefile for: libutf
|
|
|
|
# Date created: Fri May 9 16:43:42 EDT 2003
|
|
|
|
# Whom: Serge Gagnon <gagnon__s@videotron.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libutf
|
|
|
|
PORTVERSION= 2.10
|
2004-02-04 05:10:27 +00:00
|
|
|
PORTREVISION= 1
|
2003-06-03 04:45:27 +00:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ \
|
|
|
|
http://www.westley.demon.co.uk/src/
|
|
|
|
|
2004-05-09 07:10:43 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-06-03 04:45:27 +00:00
|
|
|
COMMENT= UTF-8 character set support library, including regular expressions
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
ALL_TARGET= tst
|
2005-10-26 16:05:03 +00:00
|
|
|
MAKE_ARGS= ETCDIR=${EXAMPLESDIR}
|
2003-06-03 04:45:27 +00:00
|
|
|
|
|
|
|
MAN3= ure.3 utf.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|