04dc9125f5
Alan Coopersmith (10): configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Fix type mismatch warnings for loop index variables Include more information in error messages Use asprintf if available, instead of malloc+strcpy+strcat Convert to X.Org standard code style Update README for gitlab migration Add README.md to EXTRA_DIST in Makefile.am Update configure.ac bug URL for gitlab migration xcursorgen 1.0.7 Emil Velikov (1): autogen.sh: use quoted string variables Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Tobias Stoeckmann (1): Fix null pointer dereference on very large images.
18 lines
534 B
Makefile
18 lines
534 B
Makefile
# $NetBSD: Makefile,v 1.28 2019/01/07 15:49:21 wiz Exp $
|
|
|
|
DISTNAME= xcursorgen-1.0.7
|
|
CATEGORIES= x11 graphics
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://cgit.freedesktop.org/xorg/app/xcursorgen/
|
|
COMMENT= Prepare X11 cursor sets for use with libXcursor
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXcursor/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|