2002-03-28 05:53:30 +01:00
|
|
|
# New ports collection makefile for: ivtools
|
|
|
|
# Date created: 13 March 2002
|
|
|
|
# Whom: scott
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ivtools
|
2004-07-15 11:39:53 +02:00
|
|
|
PORTVERSION= 1.2.1
|
2004-12-10 23:51:00 +01:00
|
|
|
PORTREVISION= 1
|
2002-03-28 05:53:30 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2004-01-04 01:14:14 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:17:17 +01:00
|
|
|
COMMENT= Drawing editors derived from idraw
|
2002-03-28 05:53:30 +01:00
|
|
|
|
2004-07-23 21:10:32 +02:00
|
|
|
BUILD_DEPENDS= imake:${X_IMAKE_PORT}
|
|
|
|
|
2003-10-29 05:24:06 +01:00
|
|
|
USE_XLIB= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
2004-07-23 21:10:32 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2003-10-29 05:24:06 +01:00
|
|
|
|
|
|
|
MANCOMPRESSED= no
|
|
|
|
MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1
|
|
|
|
|
2003-07-23 18:46:12 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-09-18 19:49:31 +02:00
|
|
|
.if ${OSVERSION} >= 502126
|
|
|
|
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
|
|
|
.endif
|
|
|
|
|
2004-03-18 13:41:26 +01:00
|
|
|
.if ${ARCH} != "i386"
|
2003-10-17 05:14:23 +02:00
|
|
|
BROKEN= "fails to configure on ${ARCH}"
|
|
|
|
.endif
|
|
|
|
|
2003-07-23 18:46:12 +02:00
|
|
|
.include <bsd.port.post.mk>
|