pkgsrc/x11/wxGTK26-contrib/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

19 lines
447 B
Makefile

# $NetBSD: Makefile,v 1.20 2013/04/06 03:45:28 rodent Exp $
#
.include "../../x11/wxGTK26/Makefile.common"
PKGNAME= ${DISTNAME:S/wxGTK/wxGTK-contrib/}
PKGREVISION= 20
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Contrib libraries for wxWidgets GTK
USE_TOOLS+= gmake
BUILD_DIRS= contrib/src
BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/wxGTK26/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"