mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Use imake-4 per default
PR: 54289 Submitted by: Mark Linimon <linimon@lonesome.com>
This commit is contained in:
parent
ab2c7ca5ab
commit
ef10104630
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85469
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= ivtools
|
||||
PORTVERSION= 1.0.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -15,7 +16,13 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= johnston@vectaport.com
|
||||
COMMENT= Drawing editors derived from idraw
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${XFREE86_VERSION} == 3
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake
|
||||
.else
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
|
||||
.endif
|
||||
|
||||
USE_XLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
@ -24,4 +31,4 @@ 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.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user