aboutsummaryrefslogblamecommitdiff
path: root/x11/xcur2png/Makefile
blob: 6cedf5cb723345a5677f41d5ed5d543b292d103b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                    



                                               
PORTNAME=	xcur2png
DISTVERSION=	0.7.1
CATEGORIES=	x11

MAINTAINER=	jbeich@FreeBSD.org
COMMENT=	Convert X cursors to PNG images
WWW=		https://github.com/eworm-de/xcur2png

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libpng.so:graphics/png

USES=		localbase pkgconfig xorg
USE_GITHUB=	yes
USE_XORG=	xcursor
GH_ACCOUNT=	eworm-de
GNU_CONFIGURE=	yes
PLIST_FILES=	bin/${PORTNAME} \
		share/man/man1/${PORTNAME}.1.gz

.include <bsd.port.mk>