blob: 98807630d62f24cfa6e25a7080450919ec8232fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.29 2022/12/04 15:30:18 wiz Exp $
DISTNAME= xcursorgen-1.0.8
CATEGORIES= x11 graphics
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz
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"
|