pkgsrc/x11/libxkbui/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

22 lines
494 B
Makefile

# $NetBSD: Makefile,v 1.5 2013/04/06 03:45:28 rodent Exp $
#
DISTNAME= libxkbui-1.0.2
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Library for xkbui
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= xkbui.pc.in
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libxkbfile/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"