diff options
Diffstat (limited to 'graphics/imlib2-tmp/Makefile')
-rw-r--r-- | graphics/imlib2-tmp/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/imlib2-tmp/Makefile b/graphics/imlib2-tmp/Makefile index c2e64ab..d8d7331 100644 --- a/graphics/imlib2-tmp/Makefile +++ b/graphics/imlib2-tmp/Makefile @@ -1,19 +1,20 @@ # New ports collection makefile for: imlib -# Version required: 0.7 +# Version required: 0.11 # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.8 1997/11/04 03:57:54 asami Exp $ +# $Id: Makefile,v 1.9 1997/11/16 09:59:11 fenner Exp $ # -DISTNAME= imlib_DR-0.7 -PKGNAME= imlib-0.7 +DISTNAME= imlib_DR-0.11 +PKGNAME= imlib-0.11 CATEGORIES= graphics MASTER_SITES= ftp://cthulhu.mandrake.net/pub/imlib/ \ http://www.rasterman.com/ftp/ MAINTAINER= vanilla@MinJe.com.TW +LIB_DEPENDS= png\\.0\\.:${PORTSDIR}/graphics/png RUN_DEPENDS= djpeg:${PORTSDIR}/graphics/jpeg \ tgatoppm:${PORTSDIR}/graphics/netpbm \ convert:${PORTSDIR}/graphics/ImageMagick @@ -22,8 +23,6 @@ USE_GMAKE= yes USE_IMAKE= yes WRKSRC= ${WRKDIR}/imlib -MAN3= imlib.3x - post-patch: $(CP) $(WRKSRC)/Imakefile $(WRKSRC)/Imakefile.pat ${SED} -e "s%X11BASE%$(X11BASE)%" <$(WRKSRC)/Imakefile.pat >$(WRKSRC)/Imakefile |