mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Take over maintainership of the abandoned SDL ports.
- Add an additional mirror for a few of them. - Fix a few minor portlint(1) complaints.
This commit is contained in:
parent
1861b26d39
commit
f73c5d7bee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171842
@ -12,7 +12,7 @@ CATEGORIES= audio
|
||||
MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/
|
||||
DISTNAME= SDL_mixer-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= shaun@FreeBSD.org
|
||||
COMMENT= A sample multi-channel audio mixer library
|
||||
|
||||
USE_SDL= sdl
|
||||
|
@ -13,7 +13,7 @@ CATEGORIES= devel
|
||||
MASTER_SITES= http://www.libsdl.org/release/
|
||||
DISTNAME= SDL-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= shaun@FreeBSD.org
|
||||
COMMENT= Cross-platform multi-media development API
|
||||
|
||||
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -12,7 +12,7 @@ CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.libsdl.org/projects/SDL_ttf/release/
|
||||
DISTNAME= SDL_ttf-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= shaun@FreeBSD.org
|
||||
COMMENT= A library to use TrueType fonts to render text in SDL applications
|
||||
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
||||
@ -25,7 +25,7 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
MAKE_ARGS= LT_CURRENT=3 LT_REVISION=0 LT_AGE=0
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/.libs/glfont ${PREFIX}/bin
|
||||
|
@ -12,13 +12,13 @@ CATEGORIES= net
|
||||
MASTER_SITES= http://www.libsdl.org/projects/SDL_net/release/
|
||||
DISTNAME= SDL_net-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= shaun@FreeBSD.org
|
||||
COMMENT= A small sample cross-platform networking library
|
||||
|
||||
USE_SDL= sdl
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -e \
|
||||
|
@ -10,15 +10,16 @@ PORTNAME= sdl_gui
|
||||
PORTVERSION= 0.10.3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= http://www.newimage.com/~rhk/SDL_gui/
|
||||
MASTER_SITES= http://www.newimage.com/~rhk/SDL_gui/ \
|
||||
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
|
||||
DISTNAME= SDL_gui-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= shaun@FreeBSD.org
|
||||
COMMENT= A Graphical User Interface library for SDL
|
||||
|
||||
USE_SDL= sdl image ttf
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} -e "s/^CC=\"cc\"/CC=\"${CXX}\"/" ${WRKSRC}/libtool
|
||||
|
Loading…
Reference in New Issue
Block a user