b686dd9180
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
19 lines
517 B
Makefile
19 lines
517 B
Makefile
# $NetBSD: Makefile,v 1.22 2020/01/18 23:32:47 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= fix-mime-charset-0.5.3
|
|
PKGREVISION= 8
|
|
CATEGORIES= mail converters
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fix-mime-chr/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://fix-mime-chr.sourceforge.net/
|
|
COMMENT= Correct MIME charset type in mail headers
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= perl pkg-config pod2man
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../textproc/enca/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|