2020-10-11 17:55:17 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2020/10/11 17:55:17 landry Exp $
|
2015-04-28 07:06:37 +00:00
|
|
|
|
2017-08-04 23:05:01 +00:00
|
|
|
SHARED_LIBS += courier-unicode 1.0 # 2.0
|
2015-04-28 07:06:37 +00:00
|
|
|
|
|
|
|
COMMENT = courier unicode library
|
|
|
|
|
2019-06-19 21:44:39 +00:00
|
|
|
DISTNAME = courier-unicode-2.1
|
2015-04-28 07:06:37 +00:00
|
|
|
|
|
|
|
CATEGORIES = mail devel
|
|
|
|
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=courier/}
|
|
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
|
|
|
|
HOMEPAGE = http://www.courier-mta.org/imap/
|
|
|
|
MAINTAINER = Giovanni Bechis <giovanni@openbsd.org>
|
|
|
|
|
|
|
|
# GPLv3
|
2019-07-12 20:46:54 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2015-04-28 07:06:37 +00:00
|
|
|
|
2017-11-16 23:20:37 +00:00
|
|
|
COMPILER = base-clang ports-gcc
|
2017-07-16 19:18:47 +00:00
|
|
|
WANTLIB += iconv m ${COMPILER_LIBCXX}
|
2016-04-09 20:14:48 +00:00
|
|
|
LIB_DEPENDS = converters/libiconv
|
2015-04-28 07:06:37 +00:00
|
|
|
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
|
|
|
|
CONFIGURE_ENV = LDFLAGS="-L${LOCALBASE}/lib" \
|
|
|
|
CXXFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|