31 lines
627 B
Makefile
Raw Normal View History

2018-05-15 09:07:01 +00:00
# $OpenBSD: Makefile,v 1.34 2018/05/15 09:07:01 ajacoutot Exp $
COMMENT= internationalized string handling
2018-05-15 09:07:01 +00:00
DISTNAME= libidn-1.35
2013-06-09 14:36:51 +00:00
2018-05-15 09:07:01 +00:00
SHARED_LIBS += idn 18.0 # 18.0
2006-01-06 12:24:55 +00:00
CATEGORIES= devel
2015-07-16 16:23:22 +00:00
2013-11-09 23:19:01 +00:00
HOMEPAGE= https://www.gnu.org/software/libidn/
2014-10-10 12:55:31 +00:00
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c iconv intl
2013-06-09 14:36:51 +00:00
MASTER_SITES= ${MASTER_SITE_GNU:=libidn/}
LIB_DEPENDS= devel/gettext
CONFIGURE_STYLE= gnu
2016-03-11 20:28:21 +00:00
CONFIGURE_ARGS= --disable-csharp \
2016-07-30 14:22:43 +00:00
--disable-java \
--disable-valgrind-tests
.include <bsd.port.mk>