1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/graphics/sdl2_gfx/Makefile
2021-04-06 16:31:07 +02:00

31 lines
595 B
Makefile

# Created by: ijliao
PORTNAME= sdl2_gfx
PORTVERSION= 1.0.4
CATEGORIES= graphics
MASTER_SITES= http://www.ferzkopp.net/Software/SDL2_gfx/
DISTNAME= SDL2_gfx-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= SDL graphics drawing primitives and other support functions
LICENSE= ZLIB
USES= gmake libtool pathfix sdl
USE_SDL= sdl2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PORTSCOUT= limit:^1\.0\.
OPTIONS_DEFINE= MMX
MMX_CONFIGURE_ENABLE= mmx
MMX_CFLAGS= -DUSE_MMX
post-patch:
${TOUCH} -mr ${WRKSRC}/configure.in ${WRKSRC}/aclocal.m4
.include <bsd.port.mk>