aboutsummaryrefslogtreecommitdiffstats
path: root/converters/libiconv/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-02-10 03:36:45 +0800
committersobomax <sobomax@FreeBSD.org>2001-02-10 03:36:45 +0800
commit0aefda1a68ce62c36b34a86c567693a7808c692b (patch)
treeee59e7db64ab11ef50f9c48e46782d1a67c2dd74 /converters/libiconv/Makefile
parent0ac6c865357960b5cd30982d99bf45c5679fba38 (diff)
downloadfreebsd-ports-gnome-0aefda1a68ce62c36b34a86c567693a7808c692b.tar.gz
freebsd-ports-gnome-0aefda1a68ce62c36b34a86c567693a7808c692b.tar.zst
freebsd-ports-gnome-0aefda1a68ce62c36b34a86c567693a7808c692b.zip
Update to 1.5.1.
Submitted by: ade
Diffstat (limited to 'converters/libiconv/Makefile')
-rw-r--r--converters/libiconv/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/converters/libiconv/Makefile b/converters/libiconv/Makefile
index 1a0f0067f1b6..2f7e2a577033 100644
--- a/converters/libiconv/Makefile
+++ b/converters/libiconv/Makefile
@@ -6,15 +6,18 @@
#
PORTNAME= libiconv
-PORTVERSION= 1.4
+PORTVERSION= 1.5.1
CATEGORIES= converters devel
MASTER_SITES= ftp://ftp.ilog.fr/pub/Users/haible/gnu/
MAINTAINER= sobomax@FreeBSD.org
USE_LIBTOOL= yes
+LIBTOOLFILES= configure libcharset/configure
+CONFIGURE_ARGS= --enable-static
INSTALLS_SHLIB= yes
+MAN1= giconv.1
MAN3= giconv.3 giconv_open.3 giconv_close.3
.include <bsd.port.mk>