freebsd-ports/devel/courier-unicode/Makefile
Guido Falsi 46a1699315 devel/courier-unicode: Update to 2.3.0
Bump dependencies PORTREVISION to chase shared library major version
number bump.
2024-01-06 22:24:21 +01:00

22 lines
550 B
Makefile

PORTNAME= courier-unicode
PORTVERSION= 2.3.0
CATEGORIES= devel mail
MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION}
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Courier implementation of Unicode Standard related algorithms
WWW= https://www.courier-mta.org/unicode/
LICENSE= GPLv3
USES= compiler:c++11-lang iconv libtool localbase:ldflags \
perl5 tar:bzip2
USE_PERL5= build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/configure
.include <bsd.port.mk>