openbsd-ports/devel/sdl-gfx/Makefile
ajacoutot b697253b59 Update to sdl-gfx-2.0.23.
from Brad
2012-04-05 11:39:29 +00:00

35 lines
739 B
Makefile

# $OpenBSD: Makefile,v 1.20 2012/04/05 11:39:29 ajacoutot Exp $
COMMENT= primitives drawing/other support functions for SDL
DISTNAME= SDL_gfx-2.0.23
PKGNAME= ${DISTNAME:L:S/_/-/}
CATEGORIES= devel graphics x11
MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-2.0/
SHARED_LIBS= SDL_gfx 14.2
HOMEPAGE= http://www.ferzkopp.net/joomla/content/view/19/14/
# Zlib
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= SDL m sndio usbhid
MODULES= converters/libiconv
LIB_DEPENDS= devel/sdl
USE_LIBTOOL= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.if ${MACHINE_ARCH} != "i386"
CONFIGURE_ARGS+= --disable-mmx
.endif
.include <bsd.port.mk>