diff options
Diffstat (limited to 'graphics/imlib2/Makefile')
-rw-r--r-- | graphics/imlib2/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 98fb096..46e2a15 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: imlib -# Version required: 1.7 +# Version required: 1.8.1 # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.32 1998/09/22 22:55:53 asami Exp $ +# $Id: Makefile,v 1.33 1998/09/23 17:07:43 vanilla Exp $ # -DISTNAME= imlib-1.7 +DISTNAME= imlib-1.8.1 CATEGORIES= graphics MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \ ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \ @@ -24,11 +24,12 @@ USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ + GTK_CONFIG="${X11BASE}/bin/gtk11-config" \ LIBS=-L${LOCALBASE}/lib \ INSTALL="$${INSTALL} -c" -WRKSRC= ${WRKDIR}/imlib post-install: @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib + ${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> |