2013-03-13 20:26:28 +01:00
|
|
|
# Created by: ijliao
|
2002-04-25 19:05:12 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sdl_gfx
|
2014-06-01 10:11:34 +02:00
|
|
|
PORTVERSION= 2.0.25
|
2015-03-29 13:40:15 +02:00
|
|
|
PORTREVISION= 3
|
2002-04-25 19:05:12 +02:00
|
|
|
CATEGORIES= graphics
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/
|
2002-04-25 19:05:12 +02:00
|
|
|
DISTNAME= SDL_gfx-${PORTVERSION}
|
|
|
|
|
2009-02-19 22:45:43 +01:00
|
|
|
MAINTAINER= mva@FreeBSD.org
|
2003-02-20 19:08:19 +01:00
|
|
|
COMMENT= SDL graphics drawing primitives and other support functions
|
2002-04-25 19:05:12 +02:00
|
|
|
|
2014-01-18 10:07:03 +01:00
|
|
|
LICENSE= ZLIB
|
|
|
|
|
2015-03-29 13:40:15 +02:00
|
|
|
USES= autoreconf gmake libtool pathfix
|
2014-05-02 16:16:49 +02:00
|
|
|
PATHFIX_MAKEFILEIN= Makefile.am
|
2004-03-08 02:01:31 +01:00
|
|
|
USE_SDL= sdl
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2008-03-13 14:56:38 +01:00
|
|
|
CONFIGURE_ARGS= --includedir=${PREFIX}/include
|
2006-09-01 23:34:14 +02:00
|
|
|
USE_LDCONFIG= yes
|
2015-03-29 13:40:15 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2002-04-25 19:05:12 +02:00
|
|
|
|
2013-03-13 20:26:28 +01:00
|
|
|
OPTIONS_DEFINE_i386= MMX
|
2014-09-15 17:39:03 +02:00
|
|
|
OPTIONS_DEFINE_amd64= MMX
|
2008-03-13 14:56:38 +01:00
|
|
|
|
2014-01-18 10:07:03 +01:00
|
|
|
MMX_CONFIGURE_ENABLE= mmx
|
|
|
|
MMX_CFLAGS= -DUSE_MMX
|
2003-08-19 07:55:07 +02:00
|
|
|
|
2014-09-15 17:39:03 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if !${PORT_OPTIONS:MMMX}
|
|
|
|
# Every platform not supporting the MMX knob must disable
|
|
|
|
# MMX support explicitly
|
|
|
|
CONFIGURE_ARGS+= --disable-mmx
|
|
|
|
.endif
|
|
|
|
|
2013-03-13 20:26:28 +01:00
|
|
|
.include <bsd.port.mk>
|