summaryrefslogtreecommitdiff
path: root/graphics/sdl_image/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-18 18:10:44 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-18 18:10:44 +0000
commit122d8a5f68d3eba78f7e5734ef4262197a089d9c (patch)
tree728df8f4663a67abd77efa695bab0c0ac0782029 /graphics/sdl_image/Makefile
parent- Update to version 3.04 (diff)
- Update to version 1.2.3
PR: 61524 Submitted by: Ports Fury
Diffstat (limited to 'graphics/sdl_image/Makefile')
-rw-r--r--graphics/sdl_image/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile
index a30ea26c655e..ebab5067869a 100644
--- a/graphics/sdl_image/Makefile
+++ b/graphics/sdl_image/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= sdl_image
-PORTVERSION= 1.2.2
-PORTREVISION= 1
+PORTVERSION= 1.2.3
CATEGORIES= graphics
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
DISTNAME= SDL_image-${PORTVERSION}
@@ -20,18 +19,16 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
tiff.4:${PORTSDIR}/graphics/tiff
USE_SDL= yes
-USE_REINPLACE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lm"
CONFIGURE_ARGS= --enable-tif --enable-xcf
+MAKE_ARGS= LT_CURRENT=10 LT_REVISION=0 LT_AGE=0
INSTALLS_SHLIB= yes
-post-configure:
- @${REINPLACE_CMD} -e \
- 's|^deplibs_check_method=.*|deplibs_check_method=pass_all|' \
- ${WRKSRC}/libtool
+post-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/.libs/showimage ${PREFIX}/bin
.include <bsd.port.mk>