Remove sdlconf_args from CONFIGURE_ENV.
Switch to new DEPENDS/REVISION. from Brad
This commit is contained in:
parent
d5ff6f7492
commit
357d7cb570
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.30 2010/07/09 09:20:53 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.31 2010/09/02 07:04:15 ajacoutot Exp $
|
||||
|
||||
COMMENT= SDL image library
|
||||
|
||||
DISTNAME= SDL_image-1.2.10
|
||||
PKGNAME= ${DISTNAME:L:S/_/-/}
|
||||
REVISION= 0
|
||||
CATEGORIES= devel graphics
|
||||
MASTER_SITES= ftp://ftp.fr.freebsd.org/pub/FreeBSD/distfiles/ \
|
||||
http://www.libsdl.org/projects/SDL_image/release/
|
||||
@ -17,13 +18,14 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= m sndio usbhid z
|
||||
|
||||
WANTLIB= SDL jpeg m png tiff sndio usbhid z
|
||||
|
||||
MODULES= converters/libiconv
|
||||
LIB_DEPENDS= SDL::devel/sdl \
|
||||
png.>=2::graphics/png \
|
||||
tiff.>=35::graphics/tiff \
|
||||
jpeg.>=62.::graphics/jpeg
|
||||
LIB_DEPENDS= ::devel/sdl \
|
||||
::graphics/jpeg \
|
||||
::graphics/png \
|
||||
::graphics/tiff
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
@ -31,8 +33,7 @@ CONFIGURE_ARGS+=${CONFIGURE_SHARED} \
|
||||
--disable-jpg-shared \
|
||||
--disable-png-shared \
|
||||
--disable-tif-shared
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${DEPBASE}/include/libpng -I${DEPBASE}/include" \
|
||||
LDFLAGS="-L${X11BASE}/lib" \
|
||||
sdlconf_args=--prefix=${DEPBASE}
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include/libpng -I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user