1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/textproc/qprint/Makefile
2014-12-07 00:07:47 +00:00

29 lines
637 B
Makefile

# $FreeBSD$
PORTNAME= qprint
PORTVERSION= 1.0
CATEGORIES= textproc
MASTER_SITES= http://www.fourmilab.ch/webtools/qprint/
MAINTAINER= takefu@airport.fm
COMMENT= Encode and decode Quoted-Printable files
LICENSE= public
LICENSE_NAME= Public Domain
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
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>