pkgsrc/mail/wmbiff/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

27 lines
778 B
Makefile

# $NetBSD: Makefile,v 1.51 2013/04/06 03:45:16 rodent Exp $
DISTNAME= wmbiff-0.4.26
PKGREVISION= 17
CATEGORIES= mail x11 windowmaker
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wmbiff/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sourceforge.net/projects/wmbiff/
COMMENT= WindowMaker xbuffy-like "mail-checker"
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
EX_DIR= ${PREFIX}/share/examples/wmbiff
INSTALLATION_DIRS+= ${EX_DIR}
post-install:
${INSTALL_DATA} ${WRKSRC}/wmbiff/sample.wmbiffrc ${DESTDIR}${EX_DIR}
.include "../../security/gnutls/buildlink3.mk"
.include "../../security/gnutls/libgnutls-config.mk"
.include "../../wm/windowmaker/buildlink3.mk"
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"