openbsd-ports/devel/sdl-gfx/Makefile
2008-11-07 00:33:01 +00:00

35 lines
769 B
Makefile

# $OpenBSD: Makefile,v 1.14 2008/11/07 00:34:27 sthen Exp $
COMMENT= primitives drawing/other support functions for SDL
DISTNAME= SDL_gfx-2.0.13
PKGNAME= ${DISTNAME:L:S/_/-/}p2
SHARED_LIBS= SDL_gfx 13.0
CATEGORIES= devel graphics x11
MASTER_SITES= ${HOMEPAGE}
HOMEPAGE= http://www.ferzkopp.net/Software/SDL_gfx-2.0/
# LGPL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= iconv m sndio usbhid X11 Xau Xdmcp Xext Xrandr Xrender
USE_LIBTOOL= Yes
USE_GMAKE= Yes
USE_X11= Yes
LIB_DEPENDS= SDL::devel/sdl
CONFIGURE_STYLE=gnu
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS+=${CONFIGURE_SHARED}
.if ${MACHINE_ARCH} != "i386"
CONFIGURE_ARGS+=--disable-mmx
.endif
.include <bsd.port.mk>