mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
21 lines
400 B
Makefile
21 lines
400 B
Makefile
|
# New ports collection makefile for: libiconv
|
||
|
# Date created: 17 July 2000
|
||
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= libiconv
|
||
|
PORTVERSION= 1.3
|
||
|
CATEGORIES= converters devel
|
||
|
MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/
|
||
|
|
||
|
MAINTAINER= sobomax@FreeBSD.org
|
||
|
|
||
|
USE_LIBTOOL= yes
|
||
|
INSTALLS_SHLIB= yes
|
||
|
|
||
|
MAN3= iconv.3 iconv_open.3 iconv_close.3
|
||
|
|
||
|
.include <bsd.port.mk>
|