1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/graphics/ivtools/Makefile
Simon L. B. Nielsen 0222264275 Remove EXPIRATION_DATE since upstream has released a new version to fix
the libtiff security issues I just haven't had the time to update the
port yet, but I will soon (unless somebody beats me to it :-) ).
2005-10-18 20:20:18 +00:00

42 lines
870 B
Makefile

# New ports collection makefile for: ivtools
# Date created: 13 March 2002
# Whom: scott
#
# $FreeBSD$
#
PORTNAME= ivtools
PORTVERSION= 1.2.1
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
FORBIDDEN= http://vuxml.FreeBSD.org/pkg-ivtools.html
BUILD_DEPENDS= imake:${X_IMAKE_PORT}
USE_XLIB= yes
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
INSTALLS_SHLIB= yes
MANCOMPRESSED= no
MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
.if ${ARCH} != "i386"
BROKEN= "fails to configure on ${ARCH}"
.endif
.include <bsd.port.post.mk>