freebsd-ports/graphics/paintlib/Makefile
Cheng-Lung Sung 10ddcca177 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 23:06:39 +00:00

33 lines
829 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.1
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_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-SDL --disable-dfb
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
PLIST_SUB+= DOCSDIR=${DOCSDIR:S,^${PREFIX}/,,}
MAN1= paintlib-config.1
.include <bsd.port.mk>