blob: d6b685f5b593142be56a06c52ac43c64adab9ea2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $FreeBSD$
PORTNAME= libticonv
PORTVERSION= 1.1.5
CATEGORIES= converters
MASTER_SITES= SF/tilp/tilp2-linux/tilp2-1.18
MAINTAINER= danfe@FreeBSD.org
COMMENT= TI calculator character set library
LICENSE= GPLv2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-iconv
INSTALL_TARGET= install-strip
USES= autoreconf gmake iconv libtool pkgconfig tar:bzip2
USE_GNOME= glib20
USE_LDCONFIG= yes
.include <bsd.port.mk>
|