1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/graphics/png++/Makefile
Yuri Victorovich c93507b061 graphics/png++: Update 0.2.9 -> 0.2.10
Reported by:	portscout
2019-09-03 06:02:30 +00:00

21 lines
344 B
Makefile

# $FreeBSD$
PORTNAME= png++
DISTVERSION= 0.2.10
CATEGORIES= graphics
MASTER_SITES= http://download.savannah.nongnu.org/releases/pngpp/
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ wrapper for libpng library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= png>0:graphics/png
USES= gmake
NO_ARCH= yes
.include <bsd.port.mk>