2018-05-15 09:07:01 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.34 2018/05/15 09:07:01 ajacoutot Exp $
|
2005-10-02 15:37:33 +00:00
|
|
|
|
2007-09-16 02:52:56 +00:00
|
|
|
COMMENT= internationalized string handling
|
2005-10-02 15:37:33 +00:00
|
|
|
|
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
|
2005-10-02 15:37:33 +00:00
|
|
|
|
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/
|
2005-10-02 15:37:33 +00:00
|
|
|
|
2014-10-10 12:55:31 +00:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2007-09-26 05:05:40 +00:00
|
|
|
# GPLv3
|
2005-10-02 15:37:33 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2016-04-05 19:28:24 +00:00
|
|
|
WANTLIB += c iconv intl
|
2013-06-09 14:36:51 +00:00
|
|
|
|
2008-12-19 20:10:59 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=libidn/}
|
2005-10-02 15:37:33 +00:00
|
|
|
|
2016-04-05 19:28:24 +00:00
|
|
|
LIB_DEPENDS= devel/gettext
|
2008-12-19 20:10:59 +00:00
|
|
|
|
2005-10-02 15:37:33 +00:00
|
|
|
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
|
2005-10-02 15:37:33 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|