1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/graphics/R-cran-png/Makefile
Baptiste Daroussin e6ffa1f425 Modernize LIB_DEPENDS
With hat:	portmgr
2014-07-13 23:23:25 +00:00

21 lines
374 B
Makefile

# Created by: TAKATSU Tomonari <tota@FreeBSD.org>
# $FreeBSD$
PORTNAME= png
DISTVERSION= 0.1-7
PORTREVISION= 1
CATEGORIES= graphics
DISTNAME= ${PORTNAME}_${DISTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Read and write PNG images
LICENSE= GPLv2 GPLv3
LICENSE_COMB= dual
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
USES= cran:auto-plist
.include <bsd.port.mk>