freebsd-ports/graphics/ivtools/Makefile
Pav Lucistnik bc62e3e4ab - Update to 1.2.4
PR:		ports/109319
Submitted by:	Marcelo Araujo <araujo@bsdmail.org> (maintainer)
2007-03-17 13:30:20 +00:00

40 lines
872 B
Makefile

# New ports collection makefile for: ivtools
# Date created: 13 March 2002
# Whom: scott
#
# $FreeBSD$
#
PORTNAME= ivtools
PORTVERSION= 1.2.4
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= araujo@bsdmail.org
COMMENT= Drawing editors derived from idraw
BUILD_DEPENDS= imake:${X_IMAKE_PORT}
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
USE_XLIB= yes
GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:259
CONFIGURE_ARGS= --with-tiff=${PREFIX}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
USE_LDCONFIG= yes
MAKE_ARGS= ARCH=FREEBSD
MANCOMPRESSED= no
MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500034
PLIST_SUB+= IVDL="@comment "
.else
PLIST_SUB+= IVDL=""
.endif
.include <bsd.port.post.mk>