diff options
Diffstat (limited to 'graphics/epeg/Makefile')
-rw-r--r-- | graphics/epeg/Makefile | 18 |
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" |