diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-22 05:02:15 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-22 05:02:15 +0000 |
commit | f16244aa460e2a58e0cec2409a0365349af7a5c0 (patch) | |
tree | 5b2c75be6525ef00f63752a2710e8396eec3bb31 /www/amaya/Makefile | |
parent | 8f68ae55a879dc564c9f990ea21466d8e5a2c51b (diff) | |
download | FreeBSD-ports-f16244aa460e2a58e0cec2409a0365349af7a5c0.zip FreeBSD-ports-f16244aa460e2a58e0cec2409a0365349af7a5c0.tar.gz |
upgrade to 6.1
PR: 38390
Submitted by: maintainer, Ports Fury
Diffstat (limited to 'www/amaya/Makefile')
-rw-r--r-- | www/amaya/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/www/amaya/Makefile b/www/amaya/Makefile index c0170e4..56ea84f 100644 --- a/www/amaya/Makefile +++ b/www/amaya/Makefile @@ -6,7 +6,7 @@ # PORTNAME= amaya -PORTVERSION= 5.3 +PORTVERSION= 6.1 CATEGORIES= www MASTER_SITES= http://www.w3.org/Amaya/Distribution/ \ ftp://ftp.w3.org/pub/amaya/ @@ -21,13 +21,13 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ WRKSRC= ${WRKDIR}/Amaya/obj -USE_MOTIF= yes +USE_IMLIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../configure CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --without-graphic-libs +CONFIGURE_ARGS= --with-gtk --without-graphic-libs --without-i18n DICT?= none @@ -55,10 +55,13 @@ post-extract: ${MKDIR} ${WRKSRC} post-patch: - ${PERL} -pi.dist -e 's|\"1.0\\.|\"1\\.|g' ${WRKSRC}/../configure + ${PERL} -pi.dist -e 's|\"1.0\\.|\"1\\.|g ; \ + s|gtk-config --cflags|imlib-config --cflags-gdk|g ; \ + s|gtk-config --libs|imlib-config --libs-gdk|g ; \ + s| -lgdk_imlib||g' ${WRKSRC}/../configure post-configure: - ${CP} ${WRKSRC}/Options.orig ${WRKSRC}/Options + ${LN} -sf ${WRKSRC}/Options.orig ${WRKSRC}/Options post-install: ${INSTALL_DATA} ${WRKSRC}/../amaya/COPYRIGHT.html ${PREFIX}/Amaya/amaya |