freebsd-ports/converters/iconv/Makefile
Maxim Sobolev 5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00

21 lines
380 B
Makefile

# New ports collection makefile for: iconv
# Date created: 21 Sep 1999
# Whom: joy@urc.ac.ru
#
# $FreeBSD$
#
PORTNAME= iconv
PORTVERSION= 0.2
CATEGORIES= converters
MASTER_SITES= ftp://ftp.urc.ac.ru/pub/OS/FreeBSD/converters/
MAINTAINER= joy@urc.ac.ru
INSTALLS_SHLIBS= yes
MAN1= iconv.1
MAN3= iconv.3 iconv_close.3 iconv_open.3
MANCOMPRESSED= yes
.include <bsd.port.mk>