2002-03-28 04:53:30 +00:00
|
|
|
# New ports collection makefile for: ivtools
|
|
|
|
# Date created: 13 March 2002
|
|
|
|
# Whom: scott
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ivtools
|
2002-09-01 18:35:58 +00:00
|
|
|
PORTVERSION= 1.0.6
|
2003-07-23 16:46:12 +00:00
|
|
|
PORTREVISION= 1
|
2002-03-28 04:53:30 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2004-01-04 00:14:14 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:17:17 +00:00
|
|
|
COMMENT= Drawing editors derived from idraw
|
2002-03-28 04:53:30 +00:00
|
|
|
|
2003-10-29 04:24:06 +00:00
|
|
|
USE_XLIB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
|
|
|
|
|
|
|
MANCOMPRESSED= no
|
|
|
|
MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1
|
|
|
|
|
2003-07-23 16:46:12 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-10-17 03:14:23 +00:00
|
|
|
.if ${ARCH} == alpha || ${ARCH} == sparc64
|
|
|
|
BROKEN= "fails to configure on ${ARCH}"
|
|
|
|
.endif
|
|
|
|
.if ${ARCH} == i386 && ${OSVERSION} > 500000
|
|
|
|
BROKEN= "fails to configure on ${ARCH} with FreeBSD version ${OSVERSION}"
|
|
|
|
.endif
|
|
|
|
|
2003-07-23 16:46:12 +00:00
|
|
|
.if ${XFREE86_VERSION} == 3
|
2002-06-21 19:06:16 +00:00
|
|
|
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake
|
2003-07-23 16:46:12 +00:00
|
|
|
.else
|
|
|
|
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
|
|
|
|
.endif
|
2002-05-18 02:44:49 +00:00
|
|
|
|
2003-07-23 16:46:12 +00:00
|
|
|
.include <bsd.port.post.mk>
|