aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/imlib2-tmp/Makefile
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-09-28 21:21:47 +0800
committervanilla <vanilla@FreeBSD.org>1998-09-28 21:21:47 +0800
commit4d22332a3d78b00cd10f4c68e5fb2bb395075050 (patch)
treeee8e74431cba6abcda89a18dd05e2f2a4cb0832d /graphics/imlib2-tmp/Makefile
parent63012e5b59e608c4bd339f8a85a8b2a0598b703c (diff)
downloadfreebsd-ports-gnome-4d22332a3d78b00cd10f4c68e5fb2bb395075050.tar.gz
freebsd-ports-gnome-4d22332a3d78b00cd10f4c68e5fb2bb395075050.tar.zst
freebsd-ports-gnome-4d22332a3d78b00cd10f4c68e5fb2bb395075050.zip
Upgrade to 1.8.1
Diffstat (limited to 'graphics/imlib2-tmp/Makefile')
-rw-r--r--graphics/imlib2-tmp/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/imlib2-tmp/Makefile b/graphics/imlib2-tmp/Makefile
index 98fb096e9b09..46e2a15d5976 100644
--- a/graphics/imlib2-tmp/Makefile
+++ b/graphics/imlib2-tmp/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>