9637f7852e
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.
18 lines
462 B
Makefile
18 lines
462 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/01/26 17:32:17 rillig Exp $
|
|
|
|
DISTNAME= qprint-1.1
|
|
CATEGORIES= textproc mail
|
|
MASTER_SITES= http://www.fourmilab.ch/webtools/qprint/
|
|
|
|
MAINTAINER= simonb@NetBSD.org
|
|
HOMEPAGE= https://www.fourmilab.ch/webtools/qprint/
|
|
COMMENT= Encode and decode quoted-printable files
|
|
LICENSE= public-domain
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
BUILD_TARGET= prog
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|