1 2 3PORTNAME= sdl_gfx 4PORTVERSION= 2.0.25 5PORTREVISION= 3 6CATEGORIES= graphics 7MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/ 8DISTNAME= SDL_gfx-${PORTVERSION} 9 10MAINTAINER= ports@MidnightBSD.org 11COMMENT= SDL graphics drawing primitives and other support functions 12 13LICENSE= zlib 14 15USES= autoreconf gmake libtool pathfix 16PATHFIX_MAKEFILEIN= Makefile.am 17USE_SDL= sdl 18GNU_CONFIGURE= yes 19CONFIGURE_ARGS= --includedir=${PREFIX}/include 20USE_LDCONFIG= yes 21INSTALL_TARGET= install-strip 22 23OPTIONS_DEFINE= MMX 24 25MMX_CONFIGURE_ENABLE= mmx 26MMX_CFLAGS= -DUSE_MMX 27 28.include <bsd.mport.options.mk> 29 30.include <bsd.port.mk> 31