mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
c93507b061
Reported by: portscout
21 lines
344 B
Makefile
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>
|