freebsd-ports/graphics/paintlib/Makefile
Peter Pentchev c189a6b2da Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
2009-01-23 15:43:14 +00:00

32 lines
770 B
Makefile

# New ports collection makefile for: paintlib
# Date created: 18 June 2004
# Whom: Frerich Raabe <frerich.raabe@gmx.de>
#
# $FreeBSD$
#
PORTNAME= paintlib
PORTVERSION= 2.6.2
PORTREVISION= 1
CATEGORIES= graphics devel
MASTER_SITES= http://www.paintlib.de/paintlib/
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ library for processing images
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
jpeg:${PORTSDIR}/graphics/jpeg \
png:${PORTSDIR}/graphics/png \
tiff:${PORTSDIR}/graphics/tiff \
ungif:${PORTSDIR}/graphics/libungif
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-SDL --disable-dfb
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= paintlib-config.1
.include <bsd.port.mk>