2013-09-20 20:35:44 +02:00
|
|
|
# Created by: David Yeske <dyeske@gmail.com>
|
Add corona 1.0.2,
Corona is an image input/output library that can read, write,
and manipulate image files in just a few lines of code. It can
write PNG and TGA files, and read PNG, JPEG, PCX, BMP, TGA, and
GIF. Corona was designed to be easy to use, and exports a
straightforward C++ API. With just a few lines of C++, you can
add image loading to your application.
PR: ports/67433
Submitted by: David Yeske <dyeske@yahoo.com>
2004-06-01 15:13:15 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= corona
|
|
|
|
PORTVERSION= 1.0.2
|
2014-04-24 19:33:30 +02:00
|
|
|
PORTREVISION= 6
|
Add corona 1.0.2,
Corona is an image input/output library that can read, write,
and manipulate image files in just a few lines of code. It can
write PNG and TGA files, and read PNG, JPEG, PCX, BMP, TGA, and
GIF. Corona was designed to be easy to use, and exports a
straightforward C++ API. With just a few lines of C++, you can
add image loading to your application.
PR: ports/67433
Submitted by: David Yeske <dyeske@yahoo.com>
2004-06-01 15:13:15 +02:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF
|
Add corona 1.0.2,
Corona is an image input/output library that can read, write,
and manipulate image files in just a few lines of code. It can
write PNG and TGA files, and read PNG, JPEG, PCX, BMP, TGA, and
GIF. Corona was designed to be easy to use, and exports a
straightforward C++ API. With just a few lines of C++, you can
add image loading to your application.
PR: ports/67433
Submitted by: David Yeske <dyeske@yahoo.com>
2004-06-01 15:13:15 +02:00
|
|
|
|
2009-02-03 00:44:01 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-01-21 20:20:13 +01:00
|
|
|
COMMENT= Graphics library that supports most image formats
|
Add corona 1.0.2,
Corona is an image input/output library that can read, write,
and manipulate image files in just a few lines of code. It can
write PNG and TGA files, and read PNG, JPEG, PCX, BMP, TGA, and
GIF. Corona was designed to be easy to use, and exports a
straightforward C++ API. With just a few lines of C++, you can
add image loading to your application.
PR: ports/67433
Submitted by: David Yeske <dyeske@yahoo.com>
2004-06-01 15:13:15 +02:00
|
|
|
|
2014-01-21 20:20:13 +01:00
|
|
|
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \
|
2014-04-24 19:33:30 +02:00
|
|
|
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
Add corona 1.0.2,
Corona is an image input/output library that can read, write,
and manipulate image files in just a few lines of code. It can
write PNG and TGA files, and read PNG, JPEG, PCX, BMP, TGA, and
GIF. Corona was designed to be easy to use, and exports a
straightforward C++ API. With just a few lines of C++, you can
add image loading to your application.
PR: ports/67433
Submitted by: David Yeske <dyeske@yahoo.com>
2004-06-01 15:13:15 +02:00
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-04-24 19:33:30 +02:00
|
|
|
USES= libtool
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
Add corona 1.0.2,
Corona is an image input/output library that can read, write,
and manipulate image files in just a few lines of code. It can
write PNG and TGA files, and read PNG, JPEG, PCX, BMP, TGA, and
GIF. Corona was designed to be easy to use, and exports a
straightforward C++ API. With just a few lines of C++, you can
add image loading to your application.
PR: ports/67433
Submitted by: David Yeske <dyeske@yahoo.com>
2004-06-01 15:13:15 +02:00
|
|
|
|
2012-06-01 07:26:28 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
|
2014-04-24 19:33:30 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
Add corona 1.0.2,
Corona is an image input/output library that can read, write,
and manipulate image files in just a few lines of code. It can
write PNG and TGA files, and read PNG, JPEG, PCX, BMP, TGA, and
GIF. Corona was designed to be easy to use, and exports a
straightforward C++ API. With just a few lines of C++, you can
add image loading to your application.
PR: ports/67433
Submitted by: David Yeske <dyeske@yahoo.com>
2004-06-01 15:13:15 +02:00
|
|
|
|
2007-10-04 03:14:50 +02:00
|
|
|
.include <bsd.port.mk>
|