pkgsrc/mail/courier-unicode/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

22 lines
650 B
Makefile

# $NetBSD: Makefile,v 1.5 2020/01/26 17:31:33 rillig Exp $
DISTNAME= courier-unicode-2.1
CATEGORIES= mail
MASTER_SITES= https://sourceforge.net/projects/courier/files/courier-unicode/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.courier-mta.org/unicode/
COMMENT= Implements several algorithms related to the Unicode Standard
LICENSE= gnu-gpl-v3
USE_TOOLS+= gmake autoconf aclocal automake
USE_LIBTOOL= yes
USE_LANGUAGES+= c c++
GNU_CONFIGURE= yes
pre-configure:
(cd ${WRKSRC}; autoconf; aclocal; automake)
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"