freebsd-ports/misc/libutf/Makefile
Will Andrews 9e80f501b3 Add libutf 2.10, an UTF-8 character set support library, including
regular expressions.

PR:		52030
Submitted by:	Serge Gagnon <gagnon__s@videotron.ca>
2003-06-03 04:45:27 +00:00

23 lines
509 B
Makefile

# 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
CATEGORIES= misc
MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ \
http://www.westley.demon.co.uk/src/
MAINTAINER= gagnon__s@videotron.ca
COMMENT= UTF-8 character set support library, including regular expressions
GNU_CONFIGURE= YES
USE_GMAKE= YES
ALL_TARGET= tst
MAN3= ure.3 utf.3
.include <bsd.port.mk>