diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-02-18 23:36:14 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-02-18 23:36:14 +0800 |
commit | fe2d0254d9836517395a4c415140447cee2e645d (patch) | |
tree | 7dd64e5a150149aa96aee80f75c3d63a900fcd39 /graphics/imlib2-tmp/Makefile | |
parent | c8e4079d24253676a8050db2c7ed848e3bbc26c4 (diff) | |
download | freebsd-ports-graphics-fe2d0254d9836517395a4c415140447cee2e645d.tar.gz freebsd-ports-graphics-fe2d0254d9836517395a4c415140447cee2e645d.tar.zst freebsd-ports-graphics-fe2d0254d9836517395a4c415140447cee2e645d.zip |
Upgrade to 1.0, and change sharedlib name to libImlib.
Diffstat (limited to 'graphics/imlib2-tmp/Makefile')
-rw-r--r-- | graphics/imlib2-tmp/Makefile | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/graphics/imlib2-tmp/Makefile b/graphics/imlib2-tmp/Makefile index 2776c924512..3f827f5e9c1 100644 --- a/graphics/imlib2-tmp/Makefile +++ b/graphics/imlib2-tmp/Makefile @@ -1,34 +1,30 @@ -# New ports collection makefile for: imlib -# Version required: 0.11 -# Date created: 10 June 1997 -# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> +# New ports collection makefile for: imlib +# Version required: 1.0 +# Date created: 10 June 1997 +# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.11 1997/12/01 16:29:43 vanilla Exp $ +# $Id: Makefile,v 1.12 1998/02/01 02:05:57 vanilla Exp $ # -DISTNAME= imlib_DR-0.11 -PKGNAME= imlib-0.11 +DISTNAME= Imlib-1.0 +PKGNAME= imlib-1.0 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.mandrake.net/pub/imlib/ \ - http://www.rasterman.com/ftp/ +MASTER_SITES= ftp://ftp.enlightenment.org/pub/imlib/ \ + ftp://ftp.labs.redhat.com/pub/imlib/TAR/ MAINTAINER= vanilla@FreeBSD.ORG LIB_DEPENDS= png\\.0\\.:${PORTSDIR}/graphics/png \ jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \ tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 - RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \ tgatoppm:${PORTSDIR}/graphics/netpbm \ convert:${PORTSDIR}/graphics/ImageMagick USE_GMAKE= yes -USE_IMAKE= yes -WRKSRC= ${WRKDIR}/imlib - -post-patch: - $(CP) $(WRKSRC)/Imakefile $(WRKSRC)/Imakefile.pat - ${SED} -e "s%X11BASE%$(X11BASE)%" <$(WRKSRC)/Imakefile.pat >$(WRKSRC)/Imakefile +USE_X11= ues +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/imlib/Imlib post-install: ${LDCONFIG} -m ${PREFIX}/lib |