diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-08 16:50:01 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-08-08 16:50:01 +0000 |
commit | 66217dffe486e69ed40bdb018e7ba114ab70eaf8 (patch) | |
tree | c906c29416423728a4443e4620a7054d997e4b2f | |
parent | c994533986d4aad8f831e45943eb1e939098829b (diff) | |
download | ports-66217dffe486e69ed40bdb018e7ba114ab70eaf8.tar.gz ports-66217dffe486e69ed40bdb018e7ba114ab70eaf8.zip |
Notes
-rw-r--r-- | graphics/Makefile | 1 | ||||
-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 |
5 files changed, 42 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index ce25df1a5378..3b703ca25243 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -69,6 +69,7 @@ SUBDIR += enfle SUBDIR += entice SUBDIR += eog2 + SUBDIR += epeg SUBDIR += epix SUBDIR += eps2png SUBDIR += epstool 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 |