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
|
|
|
|
PORTVERSION= 7.10.10
|
2003-12-22 15:33:10 +01:00
|
|
|
CATEGORIES= graphics
|
2005-04-10 20:17:23 +02:00
|
|
|
MASTER_SITES= http://www.vips.ecs.soton.ac.uk/vips-7.10/
|
2003-12-22 15:33:10 +01:00
|
|
|
|
|
|
|
MAINTAINER= lev@FreeBSD.org
|
|
|
|
COMMENT= Graphical user interface for VIPS
|
|
|
|
|
2005-04-10 20:17:23 +02:00
|
|
|
LIB_DEPENDS= vips.14:${PORTSDIR}/graphics/vips \
|
|
|
|
xml2.5:${PORTSDIR}/textproc/libxml2
|
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
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER=13
|
2003-12-22 15:33:10 +01:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
2005-04-10 20:17:23 +02:00
|
|
|
MAN1= nip2.1
|
2003-12-22 15:33:10 +01:00
|
|
|
|
2004-02-26 10:25:56 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-11-18 23:22:18 +01:00
|
|
|
.if ${ARCH} != "i386"
|
|
|
|
BROKEN= "Does not compile on !i386"
|
2004-02-26 10:25:56 +01:00
|
|
|
.endif
|
|
|
|
|
2003-12-22 15:33:10 +01:00
|
|
|
post-patch:
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
@${REINPLACE_CMD} 's/^EXTRA_DIST = scraps bootstrap doc/EXTRA_DIST = scraps bootstrap/' ${WRKSRC}/Makefile.in
|
|
|
|
@${REINPLACE_CMD} '535,538s/^/#/' ${WRKSRC}/Makefile.in
|
|
|
|
.endif
|
|
|
|
|
2004-02-26 10:25:56 +01:00
|
|
|
.include <bsd.port.post.mk>
|