summaryrefslogtreecommitdiff
path: root/x11/xcursorgen/Makefile
blob: 37763a228d2b96758addb0903417276e6d41fa46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.5 2003/05/19 22:56:12 jmc Exp $

DISTNAME=	xcursorgen-4.3.0
WRKSRC=		${WRKDIR}/${DISTNAME:C/-.*//}
CATEGORIES=	x11
MASTER_SITES=	${MASTER_SITE_LOCAL}
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	xsrc-manager@netbsd.org
HOMEPAGE=	http://www.xfree86.org/
COMMENT=	Create an X cursor file from a collection of PNG images

USE_BUILDLINK=	YES
USE_IMAKE=	YES

.include "../../mk/bsd.prefs.mk"

.if !exists(${X11BASE}/bin/xcursor-config)
PKG_SKIP_REASON="This package requires XFree86 4.3.0 or newer."
.endif

.include "../../graphics/png/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"