2004-06-18 22:34:32 +02:00
|
|
|
# New ports collection makefile for: paintlib
|
|
|
|
# Date created: 18 June 2004
|
|
|
|
# Whom: Frerich Raabe <frerich.raabe@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= paintlib
|
2007-08-09 06:39:18 +02:00
|
|
|
PORTVERSION= 2.6.2
|
2004-06-18 22:34:32 +02:00
|
|
|
CATEGORIES= graphics devel
|
|
|
|
MASTER_SITES= http://www.paintlib.de/paintlib/
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= C++ library for processing images
|
|
|
|
|
2004-06-19 05:50:27 +02:00
|
|
|
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
|
|
|
jpeg:${PORTSDIR}/graphics/jpeg \
|
|
|
|
png:${PORTSDIR}/graphics/png \
|
|
|
|
tiff:${PORTSDIR}/graphics/tiff \
|
|
|
|
ungif:${PORTSDIR}/graphics/libungif
|
2004-06-18 22:34:32 +02:00
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2006-08-15 01:06:39 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-06-18 22:34:32 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-06-19 05:50:27 +02:00
|
|
|
CONFIGURE_ARGS= --disable-SDL --disable-dfb
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
2004-06-18 22:34:32 +02:00
|
|
|
|
|
|
|
MAN1= paintlib-config.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|