summaryrefslogtreecommitdiff
path: root/graphics/lprof/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2005-11-06 00:51:48 +0000
committergdt <gdt>2005-11-06 00:51:48 +0000
commit8414959b8b205068b0ddac6efd49c4d2e961ea52 (patch)
tree0b570885a28679383b56e7464cedad9f07588de2 /graphics/lprof/Makefile
parent956c87e55361d3070ceaedc1daf11466c84d2a29 (diff)
downloadpkgsrc-8414959b8b205068b0ddac6efd49c4d2e961ea52.tar.gz
following is not 100% right, but will adjust after getting to use it:
lprof is a tool to build ICC profiles. The common uses an IT8 target and an input device.
Diffstat (limited to 'graphics/lprof/Makefile')
-rw-r--r--graphics/lprof/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/graphics/lprof/Makefile b/graphics/lprof/Makefile
new file mode 100644
index 00000000000..a02e0dd0bf9
--- /dev/null
+++ b/graphics/lprof/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/06 00:51:48 gdt Exp $
+#
+
+DISTNAME= lprof-1.10.1
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lprof/}
+
+MAINTAINER= gdt@NetBSD.org
+HOMEPAGE= http://lprof.sourceforge.net/
+COMMENT= ICC Profile generation tool (for IT8.7 targets)
+
+USE_TOOLS+= gmake
+
+MAKE_ENV+= QTDIR=${PREFIX} BASEDIR=${PREFIX}
+
+.include "../../x11/qt3-libs/buildlink3.mk"
+.include "../../graphics/lcms/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"