freebsd-ports/graphics/nip2/Makefile
Lev A. Serebryakov c08ca91f34 Update nip to latest version 7.10.10.
Name changed to `nip2' by authors.
2005-04-10 18:17:23 +00:00

39 lines
883 B
Makefile

# New ports collection makefile for: vips
# Date created: 19 December 2003
# Whom: Lev Serebryakov <lev@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nip2
PORTVERSION= 7.10.10
CATEGORIES= graphics
MASTER_SITES= http://www.vips.ecs.soton.ac.uk/vips-7.10/
MAINTAINER= lev@FreeBSD.org
COMMENT= Graphical user interface for VIPS
LIB_DEPENDS= vips.14:${PORTSDIR}/graphics/vips \
xml2.5:${PORTSDIR}/textproc/libxml2
USE_GMAKE= yes
USE_GNOME= gnomemimedata glib20 pkgconfig gtk20
GNU_CONFIGURE= yes
USE_LIBTOOL_VER=13
USE_REINPLACE= yes
MAN1= nip2.1
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= "Does not compile on !i386"
.endif
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
.include <bsd.port.post.mk>