diff options
author | shaun <shaun@FreeBSD.org> | 2006-09-02 05:34:14 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-09-02 05:34:14 +0800 |
commit | 0d036cb7c3190f317cd302f419f7cd80a0464cbc (patch) | |
tree | 355beb0145e8dd5c732235fa1264ca9ccc60a0b4 /graphics/sdl_gfx/Makefile | |
parent | a7951193551cefc62c77c5bbe19d20279d0392a9 (diff) | |
download | freebsd-ports-gnome-0d036cb7c3190f317cd302f419f7cd80a0464cbc.tar.gz freebsd-ports-gnome-0d036cb7c3190f317cd302f419f7cd80a0464cbc.tar.zst freebsd-ports-gnome-0d036cb7c3190f317cd302f419f7cd80a0464cbc.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.
Diffstat (limited to 'graphics/sdl_gfx/Makefile')
-rw-r--r-- | graphics/sdl_gfx/Makefile | 7 |
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> |