pkgsrc/converters/yencode/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

20 lines
488 B
Makefile

# $NetBSD: Makefile,v 1.16 2013/04/06 03:45:08 rodent Exp $
#
DISTNAME= yencode-0.46
PKGNAME= ${DISTNAME:C/([0-9])$/.\1/1}
PKGREVISION= 1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yencode/}
MAINTAINER= shaun@inerd.com
HOMEPAGE= http://www.yencode.org/
COMMENT= Encoder and decoder for yenc format
GNU_CONFIGURE= yes
CFLAGS.SunOS+= -Du_int64_t=uint64_t
LIBS.SunOS+= -lsocket -lnsl
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"