openbsd-ports/devel/sdl-image/Makefile

37 lines
880 B
Makefile
Raw Normal View History

2003-05-12 04:23:45 -04:00
# $OpenBSD: Makefile,v 1.14 2003/05/12 08:23:46 jolan Exp $
COMMENT= "SDL image library"
DISTNAME= SDL_image-1.2.3
PKGNAME= ${DISTNAME:L:S/_/-/}
CATEGORIES= devel graphics
MASTER_SITES= http://www.libsdl.org/projects/SDL_image/release/
HOMEPAGE= http://www.libsdl.org/projects/SDL_image/
2003-05-12 04:23:45 -04:00
MAINTAINER= Jolan Luff <jolan@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
LIB_DEPENDS= SDL.::devel/sdl \
2001-10-05 13:35:26 -04:00
png.2::graphics/png \
tiff.35::graphics/tiff \
jpeg.62.::graphics/jpeg
USE_X11= Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE=gnu
CONFIGURE_ENV+= LDFLAGS="-L${X11BASE}/lib" \
CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng"
CONFIGURE_ARGS+=${CONFIGURE_SHARED}
2001-12-23 00:07:55 -05:00
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh \
2001-10-05 15:29:37 -04:00
patch-*
2001-10-05 13:35:26 -04:00
.include <bsd.port.mk>