freebsd-ports/textproc/qprint/Makefile
Steve Wills 8b60d6ee02 textproc/qprint: Use HTTPS for MASTER_SITES
PR:		240341
Submitted by:	takefu@airport.fm (maintainer)
2019-09-24 17:59:23 +00:00

26 lines
537 B
Makefile

# $FreeBSD$
PORTNAME= qprint
PORTVERSION= 1.1
CATEGORIES= textproc
MASTER_SITES= https://www.fourmilab.ch/webtools/qprint/
MAINTAINER= takefu@airport.fm
COMMENT= Encode and decode Quoted-Printable files
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
MAKE_JOBS_UNSAFE=yes
PLIST_FILES= bin/qprint \
man/man1/qprint.1.gz
ALL_TARGET= prog check wringer
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qprint ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/qprint.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>