mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
2f778a0834
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)
24 lines
555 B
Makefile
24 lines
555 B
Makefile
# New ports collection makefile for: utftools
|
|
# Date created: Sat May 10 13:31:49 EDT 2003
|
|
# Whom: 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=${PREFIX}/lib'
|
|
|
|
MAN1= utf8-expand.1 utf8-fmt.1 utf8-unexpand.1 utf8-wc.1
|
|
|
|
.include <bsd.port.mk>
|