freebsd-ports/graphics/pngwriter/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

26 lines
488 B
Makefile

# 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>