freebsd-ports/graphics/corona/Makefile

24 lines
503 B
Makefile
Raw Normal View History

# Created by: David Yeske <dyeske@gmail.com>
# $FreeBSD$
PORTNAME= corona
PORTVERSION= 1.0.2
PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
2014-01-21 20:20:13 +01:00
COMMENT= Graphics library that supports most image formats
2014-01-21 20:20:13 +01:00
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
libjpeg.so:${PORTSDIR}/graphics/jpeg
GNU_CONFIGURE= yes
USES= libtool
USE_LDCONFIG= yes
2012-06-01 07:26:28 +02:00
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>