aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ivtools/Makefile
blob: 43bd99dcbb9f29a4e4f85f7d7a5f0436b529b5c4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: 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

LIB_DEPENDS=    tiff.4:${PORTSDIR}/graphics/tiff

MAKE_JOBS_UNSAFE=   yes
USES=       imake:env gmake
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
USE_AUTOTOOLS=  autoconf
CONFIGURE_ARGS= --with-tiff=${PREFIX}
CONFIGURE_ENV=  IMAKECPP=${CPP}
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>