32 lines
639 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.36 2019/07/12 20:44:39 sthen Exp $
COMMENT= internationalized string handling
2018-05-15 09:07:01 +00:00
DISTNAME= libidn-1.35
REVISION= 0
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= Yes
WANTLIB += c iconv intl
2013-06-09 14:36:51 +00:00
MASTER_SITES= ${MASTER_SITE_GNU:=libidn/}
LIB_DEPENDS= devel/gettext,-runtime
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>