2002-03-28 04:53:30 +00:00
|
|
|
# New ports collection makefile for: ivtools
|
|
|
|
# Date created: 13 March 2002
|
|
|
|
# Whom: scott
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ivtools
|
|
|
|
PORTVERSION= 1.0.3
|
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= johnston@vectaport.com
|
|
|
|
|
2002-06-21 19:06:16 +00:00
|
|
|
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake
|
2002-05-18 02:44:49 +00:00
|
|
|
|
2002-06-19 05:46:41 +00:00
|
|
|
USE_XLIB= yes
|
2002-03-28 04:53:30 +00:00
|
|
|
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.mk>
|