1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/qprint/Makefile
Dmitry Marakasov 94817f0784 Add Public Domain support to ports license framework. You can now use
LICENSE=  PD

Note that although Public Domain is not technically a license, it's
handled in the same way as licenses here, which is a common practice
(Arch, Gentoo, Fedora, Debian, even FOSSology do the same).

Convert all ports which redefine Public Domain LICENSE to LICENSE=PD.

Approved by:	portmgr (bapt)
Differential Revision:	D4149
2016-01-12 14:33:21 +00:00

27 lines
536 B
Makefile

# $FreeBSD$
PORTNAME= qprint
PORTVERSION= 1.1
CATEGORIES= textproc
MASTER_SITES= http://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>