freebsd-ports/misc/libutf/Makefile
Erwin Lansing 2f778a0834 Drop maintainership. Maintainer is not using FreeBSD as
primary OS any longer.

Thanks for all your work, Serge! Sorry to see you go.

PR:		66407
Submitted by:	Serge Gagnon <gagnon_s@sympatico.ca> (maintainer)
2004-05-09 07:10:43 +00:00

24 lines
520 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
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/misc/ \
http://www.westley.demon.co.uk/src/
MAINTAINER= ports@FreeBSD.org
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>