blob: 26d4b9515ca7966b01ca896f556d0c89244812a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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= gagnon_s@sympatico.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>
|