aboutsummaryrefslogtreecommitdiff
path: root/graphics/sdl_gfx
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_gfx
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_gfx')
-rw-r--r--graphics/sdl_gfx/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/sdl_gfx/Makefile b/graphics/sdl_gfx/Makefile
index 403cd5e0c172..9f037eaed623 100644
--- a/graphics/sdl_gfx/Makefile
+++ b/graphics/sdl_gfx/Makefile
@@ -10,11 +10,12 @@ PORTNAME= sdl_gfx
PORTVERSION= 2.0.13
PORTREVISION= 1
CATEGORIES= graphics
-MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/
+MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/ \
+ http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
MASTER_SITE_SUBDIR= SDL_gfx-${PORTVERSION:R}
DISTNAME= SDL_gfx-${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= shaun@FreeBSD.org
COMMENT= SDL graphics drawing primitives and other support functions
USE_SDL= sdl
@@ -25,7 +26,7 @@ CONFIGURE_ARGS= --includedir=${PREFIX}/include/SDL11 \
--disable-mmx
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
-INSTALLS_SHLIB= yes
+USE_LDCONFIG= yes
.include <bsd.port.pre.mk>