summaryrefslogtreecommitdiffstats
path: root/graphics/pngwriter/Makefile
blob: 761cf424ca93c620e28d5f13a461306619405b08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: ijliao
# $FreeBSD$

PORTNAME=	pngwriter
PORTVERSION=	0.5.5
CATEGORIES=	graphics devel

MAINTAINER=	rakuco@FreeBSD.org
COMMENT=	C++ library for creating PNG images

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/doc/LICENSE

LIB_DEPENDS=	libpng.so:graphics/png \
		libfreetype.so:print/freetype2

USES=		cmake:outsource
USE_GITHUB=	yes
USE_LDCONFIG=	yes
GH_ACCOUNT=	${PORTNAME}

PLIST_FILES=	include/pngwriter.h \
		lib/libpngwriter.a \
		lib/libpngwriter.so

.include <bsd.port.mk>
OpenPOWER on IntegriCloud