2013-11-13 19:15:08 +01:00
|
|
|
# Created by: ijliao
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sdl2_gfx
|
2014-06-30 20:09:47 +02:00
|
|
|
PORTVERSION= 1.0.1
|
2014-09-10 22:50:31 +02:00
|
|
|
PORTREVISION= 4
|
2013-11-13 19:15:08 +01:00
|
|
|
CATEGORIES= graphics
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= http://www.ferzkopp.net/Software/SDL2_gfx/
|
2013-11-13 19:15:08 +01:00
|
|
|
DISTNAME= SDL2_gfx-${PORTVERSION}
|
|
|
|
|
2017-01-22 23:27:54 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-11-13 19:15:08 +01:00
|
|
|
COMMENT= SDL graphics drawing primitives and other support functions
|
|
|
|
|
|
|
|
LICENSE= ZLIB
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-09-09 14:38:23 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USES= gmake libtool pathfix
|
|
|
|
USE_SDL= sdl2
|
2013-11-13 19:15:08 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= MMX
|
|
|
|
|
2014-06-30 20:09:47 +02:00
|
|
|
MMX_CONFIGURE_ENABLE= mmx
|
|
|
|
MMX_CFLAGS= -DUSE_MMX
|
2013-11-13 19:15:08 +01:00
|
|
|
|
2014-09-09 14:38:23 +02:00
|
|
|
post-patch:
|
|
|
|
${TOUCH} -mr ${WRKSRC}/configure.in ${WRKSRC}/aclocal.m4
|
|
|
|
|
2013-11-13 19:15:08 +01:00
|
|
|
.include <bsd.port.mk>
|