28 lines
553 B
Makefile
28 lines
553 B
Makefile
|
COMMENT= primitives drawing/other support functions for SDL
|
||
|
|
||
|
DISTNAME= SDL_gfx-2.0.25
|
||
|
PKGNAME= ${DISTNAME:L:S/_/-/}
|
||
|
CATEGORIES= devel graphics x11
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sdlgfx/}
|
||
|
REVISION= 1
|
||
|
|
||
|
SHARED_LIBS= SDL_gfx 15.0
|
||
|
|
||
|
HOMEPAGE= http://www.ferzkopp.net/joomla/content/view/19/14/
|
||
|
|
||
|
# Zlib
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
WANTLIB= SDL iconv m pthread sndio usbhid
|
||
|
|
||
|
LIB_DEPENDS= devel/sdl
|
||
|
|
||
|
USE_GMAKE= Yes
|
||
|
CONFIGURE_STYLE= gnu
|
||
|
|
||
|
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "i386"
|
||
|
CONFIGURE_ARGS+= --disable-mmx
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.port.mk>
|