2003-12-22 15:33:10 +01:00
|
|
|
# New ports collection makefile for: vips
|
|
|
|
# Date created: 19 December 2003
|
|
|
|
# Whom: Lev Serebryakov <lev@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2005-04-10 20:17:23 +02:00
|
|
|
PORTNAME= nip2
|
2007-08-19 18:50:23 +02:00
|
|
|
PORTVERSION= 7.12.4
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2003-12-22 15:33:10 +01:00
|
|
|
CATEGORIES= graphics
|
2007-08-19 18:50:23 +02:00
|
|
|
MASTER_SITES= http://www.vips.ecs.soton.ac.uk/vips-${PORTVERSION:R}/
|
2003-12-22 15:33:10 +01:00
|
|
|
|
2007-08-19 18:50:23 +02:00
|
|
|
MAINTAINER= mi@aldan.algebra.com
|
2003-12-22 15:33:10 +01:00
|
|
|
COMMENT= Graphical user interface for VIPS
|
|
|
|
|
2007-08-19 18:50:23 +02:00
|
|
|
LIB_DEPENDS= vips:${PORTSDIR}/graphics/vips \
|
|
|
|
gsl:${PORTSDIR}/math/gsl \
|
|
|
|
xml2:${PORTSDIR}/textproc/libxml2
|
2007-06-10 06:18:38 +02:00
|
|
|
|
2003-12-22 15:33:10 +01:00
|
|
|
USE_GMAKE= yes
|
2005-04-10 20:17:23 +02:00
|
|
|
USE_GNOME= gnomemimedata glib20 pkgconfig gtk20
|
2003-12-22 15:33:10 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-08-19 18:50:23 +02:00
|
|
|
CONFIGURE_ARGS= --mandir=${PREFIX}/man
|
|
|
|
ALL_TARGET= -j`${SYSCTL} -n hw.ncpu`
|
|
|
|
# This port has no man-pages. It installs a number of HTML files,
|
|
|
|
# which are available through the GUI's Help. For this reason, they
|
|
|
|
# are always installed, regardless of the NOPORTDOCS setting.
|
|
|
|
# The PDF version of the documentation is another story:
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
EXTRACT_AFTER_ARGS=|${TAR} -xpf - --exclude nipguide --exclude pdf
|
|
|
|
.endif
|
|
|
|
# Somehow vendor's configure misses these:
|
|
|
|
MAKE_ENV+= UPDATE_MIME_DATABASE=update-mime-database \
|
|
|
|
UPDATE_DESKTOP_DATABASE=update-desktop-database
|
2003-12-22 15:33:10 +01:00
|
|
|
|
2005-04-10 20:17:23 +02:00
|
|
|
MAN1= nip2.1
|
2003-12-22 15:33:10 +01:00
|
|
|
|
|
|
|
post-patch:
|
2007-08-19 18:50:23 +02:00
|
|
|
${REINPLACE_CMD} -e 's, malkovich,,' ${WRKSRC}/configure
|
2003-12-22 15:33:10 +01:00
|
|
|
|
2006-03-07 18:15:43 +01:00
|
|
|
.include <bsd.port.mk>
|