pkgsrc/print/rlpr/Makefile
rodent a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00

16 lines
437 B
Makefile

# $NetBSD: Makefile,v 1.12 2013/04/06 03:45:22 rodent Exp $
DISTNAME= rlpr-2.06
PKGREVISION= 3
CATEGORIES= print
MASTER_SITES= # ftp://truffula.com/pub/
MAINTAINER= sekiya@NetBSD.org
HOMEPAGE= http://truffula.com/rlpr/
COMMENT= Work-alike of lpr to print directly to remote printer
GNU_CONFIGURE= yes
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"