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.
26 lines
717 B
Makefile
26 lines
717 B
Makefile
# $NetBSD: Makefile,v 1.13 2020/01/18 23:30:13 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= fondu_src-060102
|
|
PKGNAME= fondu-060102
|
|
CATEGORIES= converters print fonts
|
|
MASTER_SITES= http://fondu.sourceforge.net/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://fondu.sourceforge.net/
|
|
COMMENT= Utility to convert between Mac fonts and UNIX fonts
|
|
LICENSE= original-bsd
|
|
|
|
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
|
GNU_CONFIGURE= YES
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
do-install:
|
|
for f in fondu dfont2res frombin tobin showfond ufond; do \
|
|
${INSTALL_PROGRAM} ${WRKSRC}/$$f ${DESTDIR}${PREFIX}/bin; \
|
|
${INSTALL_MAN} ${WRKSRC}/$$f.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1; \
|
|
done
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|