mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
946a7a5475
my asking if the port should be marked broken on -CURRENT: I am no longer interested in maintaining the FreeBSD port of ivtools. But I have addressed all of these problems, to the best of my knowledge, in the latest release of ivtools, 1.1.
42 lines
959 B
Makefile
42 lines
959 B
Makefile
# New ports collection makefile for: ivtools
|
|
# Date created: 13 March 2002
|
|
# Whom: scott
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ivtools
|
|
PORTVERSION= 1.0.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Drawing editors derived from idraw
|
|
|
|
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
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.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
|
|
|
|
.if ${XFREE86_VERSION} == 3
|
|
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake
|
|
.else
|
|
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|