f8f1a0d9a0
PR: ports/168274 Submitted by: crees@
34 lines
742 B
Makefile
34 lines
742 B
Makefile
# New ports collection makefile for: ivtools
|
|
# Date created: 13 March 2002
|
|
# Whom: scott
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ivtools
|
|
PORTVERSION= 1.2.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= SF
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= sylvio@FreeBSD.org
|
|
COMMENT= Drawing editors derived from idraw
|
|
|
|
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake
|
|
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
|
|
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_AUTOTOOLS= autoconf
|
|
CONFIGURE_ARGS= --with-tiff=${PREFIX}
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
|
|
MAKE_ARGS= ARCH=FREEBSD
|
|
USE_XORG= x11 xaw ice xext
|
|
|
|
MANCOMPRESSED= no
|
|
MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1
|
|
|
|
.include <bsd.port.mk>
|