summaryrefslogtreecommitdiff
path: root/graphics/epeg/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-12-28 21:54:35 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-12-28 21:54:35 +0000
commit6c5dadc6203e41d03198249700d13b4ce41f24ee (patch)
tree2f5c3267d2cefedd7fde5fffe37905d3d1c692df /graphics/epeg/Makefile
parent3d00f8b993e70733a946bb22fe6baac69fa7a9e1 (diff)
downloadpkgsrc-6c5dadc6203e41d03198249700d13b4ce41f24ee.tar.gz
Initial import of epeg-0.9.0 from pkgsrc-wip, packaged by Peter Bex.
Epeg is a library which provides facilities for scaling JPEG images very quickly.
Diffstat (limited to 'graphics/epeg/Makefile')
-rw-r--r--graphics/epeg/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/epeg/Makefile b/graphics/epeg/Makefile
new file mode 100644
index 00000000000..619e765c366
--- /dev/null
+++ b/graphics/epeg/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/28 21:54:35 xtraeme Exp $
+#
+
+DISTNAME= epeg-0.9.0
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
+
+MAINTAINER= Peter.Bex@student.kun.nl
+HOMEPAGE= http://www.enlightenment.org/pages/epeg.html
+COMMENT= Fast JPEG scaling library for thumbnail generation
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK3= YES
+USE_LIBTOOL= YES
+
+.include "../../devel/libltdl/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"