1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/converters/libticonv/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

19 lines
404 B
Makefile

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 gnome iconv libtool pkgconfig tar:bzip2
USE_GNOME= glib20
USE_LDCONFIG= yes
.include <bsd.port.mk>