diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 21:12:51 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 21:12:51 +0800 |
commit | 9bb337d76b3785ca4d66cba7f18e619edde0cffe (patch) | |
tree | da9baac472146ad581bc037205e90d95bb13aaa3 /graphics/imlib/Makefile | |
parent | 4575b779306f291af2946256c6e67b52efb32bb0 (diff) | |
download | marcuscom-ports-9bb337d76b3785ca4d66cba7f18e619edde0cffe.tar marcuscom-ports-9bb337d76b3785ca4d66cba7f18e619edde0cffe.tar.gz marcuscom-ports-9bb337d76b3785ca4d66cba7f18e619edde0cffe.tar.bz2 marcuscom-ports-9bb337d76b3785ca4d66cba7f18e619edde0cffe.tar.lz marcuscom-ports-9bb337d76b3785ca4d66cba7f18e619edde0cffe.tar.xz marcuscom-ports-9bb337d76b3785ca4d66cba7f18e619edde0cffe.tar.zst marcuscom-ports-9bb337d76b3785ca4d66cba7f18e619edde0cffe.zip |
- Move to LOCALBASE
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6624 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/imlib/Makefile')
-rw-r--r-- | graphics/imlib/Makefile | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile new file mode 100644 index 000000000..2ba0b513b --- /dev/null +++ b/graphics/imlib/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: imlib +# Date created: 10 June 1997 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= imlib +PORTVERSION= 1.9.15 +PORTREVISION= 4 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/imlib/1.9 +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= A graphic library for enlightenment package + +LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ + tiff.4:${PORTSDIR}/graphics/tiff \ + ungif.5:${PORTSDIR}/graphics/libungif + +USE_BZIP2= yes +USE_GMAKE= yes +USE_GNOME= gtk12 gnomehack +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib --disable-modules +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +MAN1= imlib-config.1 imlib_config.1 + +pre-configure: + @${REINPLACE_CMD} -e "s|10:15:9|5:0:0|" ${WRKSRC}/*/Makefile.in + @${REINPLACE_CMD} -e "s|glib-config|${GLIB_CONFIG}|" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s|@SUPPORT_LIBS@|-L${LOCALBASE}/lib @SUPPORT_LIBS@|" ${WRKSRC}/imlib-config.in + +.include <bsd.port.mk> |