freebsd-ports/graphics/ivtools/Makefile
Florent Thoumie 340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00

38 lines
829 B
Makefile

# New ports collection makefile for: ivtools
# Date created: 13 March 2002
# Whom: scott
#
# $FreeBSD$
#
PORTNAME= ivtools
PORTVERSION= 1.2.6
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
MAINTAINER= araujo@FreeBSD.org
COMMENT= Drawing editors derived from idraw
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:262
CONFIGURE_ARGS= --with-tiff=${PREFIX}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
USE_LDCONFIG= yes
MAKE_ARGS= ARCH=FREEBSD
USE_XORG= x11 xaw ice xext
MANCOMPRESSED= no
MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700000
BROKEN= Incomplete pkg-plist
.endif
.include <bsd.port.post.mk>