aboutsummaryrefslogtreecommitdiffstats
path: root/misc/utftools/Makefile
blob: 740b332a31127d75bd4b631425bebfea4ac01544 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: Serge Gagnon <gagnon__s@videotron.ca>
# $FreeBSD$

PORTNAME=   utftools
PORTVERSION=    1.6
CATEGORIES= misc
MASTER_SITES=   ftp://ftp.cs.yorku.ca/pub/wily/misc/

MAINTAINER= ports@FreeBSD.org
COMMENT=    UTF-aware wc, fmt, expand, and unexpand

BUILD_DEPENDS=  ${LOCALBASE}/lib/libutf.a:${PORTSDIR}/misc/libutf

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include

.include <bsd.port.mk>