aboutsummaryrefslogtreecommitdiff
path: root/graphics/ivtools/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 16:33:09 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-01 16:33:09 +0000
commit8901c97d1268a3e5a236e33a7624116a6d4af04f (patch)
treeebb104d4e4859dfae91de591c24abfb3d7b599d5 /graphics/ivtools/Makefile
parentc7ac817ffffd3f473dcc1dbb0329108453a41d6a (diff)
downloadports-8901c97d1268a3e5a236e33a7624116a6d4af04f.tar.gz
ports-8901c97d1268a3e5a236e33a7624116a6d4af04f.zip
Notes
Diffstat (limited to 'graphics/ivtools/Makefile')
-rw-r--r--graphics/ivtools/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/graphics/ivtools/Makefile b/graphics/ivtools/Makefile
deleted file mode 100644
index 6f9b3d8431ff..000000000000
--- a/graphics/ivtools/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Scott Johnston <scott@accom.com>
-# $FreeBSD$
-
-PORTNAME= ivtools
-PORTVERSION= 1.2.9
-PORTREVISION= 1
-CATEGORIES= graphics
-MASTER_SITES= SF
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Drawing editors derived from idraw
-
-LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff
-
-USES= imake:env gmake tar:tgz
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= autoconf
-CONFIGURE_ARGS= --with-tiff=${PREFIX}
-CONFIGURE_ENV= IMAKECPP=${CPP}
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
-MAKE_ARGS= ARCH="${OPSYS:tu}" MAKE="${MAKE_CMD}"
-USE_XORG= x11 xaw ice xext
-
-MANCOMPRESSED= no
-MAN1= idraw.1 iclass.1 drawtool.1 comterp.1 comdraw.1 flipbook.1 graphdraw.1
-
-NO_STAGE= yes
-.include <bsd.port.mk>