diff options
Diffstat (limited to 'graphics/epeg')
-rw-r--r-- | graphics/epeg/Makefile | 27 | ||||
-rw-r--r-- | graphics/epeg/distinfo | 2 | ||||
-rw-r--r-- | graphics/epeg/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/epeg/pkg-plist | 6 |
4 files changed, 41 insertions, 0 deletions
diff --git a/graphics/epeg/Makefile b/graphics/epeg/Makefile new file mode 100644 index 000000000000..8802d617106d --- /dev/null +++ b/graphics/epeg/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: epeg +# Date created: 08/08/2004 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= epeg +PORTVERSION= 0.9.0 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= enlightenment + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= An immensely fast jpeg thumbnailer library API + +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg + +USE_LIBTOOL_VER= 15 +USE_GNOME= gnomehack +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> + +CONFIGURE_TARGET:= --build=${CONFIGURE_TARGET} diff --git a/graphics/epeg/distinfo b/graphics/epeg/distinfo new file mode 100644 index 000000000000..5f49c871fec8 --- /dev/null +++ b/graphics/epeg/distinfo @@ -0,0 +1,2 @@ +MD5 (epeg-0.9.0.tar.gz) = 9b68516f27e8c0386d03168444a4f5de +SIZE (epeg-0.9.0.tar.gz) = 2340371 diff --git a/graphics/epeg/pkg-descr b/graphics/epeg/pkg-descr new file mode 100644 index 000000000000..c0eca8260c1e --- /dev/null +++ b/graphics/epeg/pkg-descr @@ -0,0 +1,6 @@ +Embryo is a tiny library designed interpret limited small programs compiled +by the included scmall compiler. This is mostly cleaning up and reduction +in size of the original small abstract machine. the compiler itself has been +left alone almost completely. + +WWW: http://www.enlightenment.org/pages/embryo.html diff --git a/graphics/epeg/pkg-plist b/graphics/epeg/pkg-plist new file mode 100644 index 000000000000..0ea38e03d94a --- /dev/null +++ b/graphics/epeg/pkg-plist @@ -0,0 +1,6 @@ +bin/epeg +bin/epeg-config +include/Epeg.h +lib/libepeg.a +lib/libepeg.so +lib/libepeg.so.9 |