mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ab6560f129
A charset conversion library and asscociated set of utitilies. PR: 14012 Submitted by: Konstantin Chuguev <joy@urc.ac.ru>
20 lines
369 B
Makefile
20 lines
369 B
Makefile
# New ports collection makefile for: iconv
|
|
# Version required: 0.1
|
|
# Date created: 21 Sep 1999
|
|
# Whom: joy@urc.ac.ru
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= iconv-0.2
|
|
CATEGORIES= converters
|
|
MASTER_SITES= ftp://ftp.urc.ac.ru/pub/OS/FreeBSD/converters/
|
|
|
|
MAINTAINER= joy@urc.ac.ru
|
|
|
|
MAN1= iconv.1
|
|
MAN3= iconv.3 iconv_close.3 iconv_open.3
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|