aboutsummaryrefslogtreecommitdiff
path: root/graphics/sdl_image
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-09-01 21:34:14 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-09-01 21:34:14 +0000
commitf73c5d7bee5ccfb05932f1aa5df48d87d321a1f0 (patch)
treee9125de1a9d21249458106c73d75f2bb2c38fbd5 /graphics/sdl_image
parent1861b26d39ecd39b71d697d3a9805be7d3e6c77b (diff)
downloadports-f73c5d7bee5ccfb05932f1aa5df48d87d321a1f0.tar.gz
ports-f73c5d7bee5ccfb05932f1aa5df48d87d321a1f0.zip
- Take over maintainership of the abandoned SDL ports.
- Add an additional mirror for a few of them. - Fix a few minor portlint(1) complaints.
Notes
Notes: svn path=/head/; revision=171842
Diffstat (limited to 'graphics/sdl_image')
-rw-r--r--graphics/sdl_image/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/sdl_image/Makefile b/graphics/sdl_image/Makefile
index 1e4b95c129a2..2cddb43cb7ed 100644
--- a/graphics/sdl_image/Makefile
+++ b/graphics/sdl_image/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= graphics
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
DISTNAME= SDL_image-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= shaun@FreeBSD.org
COMMENT= A simple library to load images of various formats as SDL surfaces
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
@@ -27,7 +27,7 @@ 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
+USE_LDCONFIG= yes
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/.libs/showimage ${PREFIX}/bin