diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-11-04 10:18:50 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-11-04 10:18:50 +0000 |
commit | 047dea54fe3a915bcb9ba02d6bf401c0ece82085 (patch) | |
tree | 23f8ea72067be73c608af2f7d2e64cdf20032aa4 /graphics/imlib2_loaders/Makefile | |
parent | Add entice, it's an Image viewer built around enlightenment 0.17 libraries. (diff) |
It's some extra image loader plugins for Imlib 2.
PR: ports/31119
Submitted by: Jeremy Norris <ishmael27@home.com>
Notes
Notes:
svn path=/head/; revision=49561
Diffstat (limited to 'graphics/imlib2_loaders/Makefile')
-rw-r--r-- | graphics/imlib2_loaders/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/imlib2_loaders/Makefile b/graphics/imlib2_loaders/Makefile new file mode 100644 index 000000000000..c6e14d7d6a57 --- /dev/null +++ b/graphics/imlib2_loaders/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: imlib2_loaders +# Date created: 7 Oct 2001 +# Whom: Jeremy Norris <ishmael27@home.com> +# +# $FreeBSD$ +# + +PORTNAME= imlib2_loaders +PORTVERSION= 1.0.4 +CATEGORIES= graphics +MASTER_SITES= http://www.ny.us.rasterman.com/files/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= enlightenment + +MAINTAINER= ishmael27@home.com + +LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 \ + edb.1:${PORTSDIR}/databases/edb + +USE_X_PREFIX= yes +USE_LIBTOOL= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +.include <bsd.port.mk> |