openbsd-ports/devel/sdl-image/Makefile
espie 04d06f7b44 bump C++ shared libs after typedef changes.
note that all SDL libs link with supc++ (potentially, and thus are affected)
-> don't take a chance, bump.
2006-01-13 23:40:22 +00:00

37 lines
861 B
Makefile

# $OpenBSD: Makefile,v 1.19 2006/01/13 23:40:24 espie Exp $
COMMENT= "SDL image library"
DISTNAME= SDL_image-1.2.4
PKGNAME= ${DISTNAME:L:S/_/-/}p0
SHARED_LIBS= SDL_image 2.0
CATEGORIES= devel graphics
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
HOMEPAGE= http://www.libsdl.org/projects/SDL_image/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
FAKE= lib
USE_LIBTOOL= Yes
USE_X11= Yes
LIB_DEPENDS= SDL.::devel/sdl \
png.2::graphics/png \
tiff.35::graphics/tiff \
jpeg.62.::graphics/jpeg
WANTLIB= X11 Xext m usbhid z
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS+=--enable-tif \
${CONFIGURE_SHARED}
CONFIGURE_ENV+= CPPFLAGS="-I${DEPBASE}/include -I${DEPBASE}/include/libpng" \
LDFLAGS="-L${X11BASE}/lib" \
sdlconf_args=--prefix=${DEPBASE}
.include <bsd.port.mk>