freebsd-ports/graphics/sdl2_gfx/Makefile
Marcus von Appen 753ff075a1 - Revert previous commit, since it breaks 3rd party packages loading the
shared library via ldconfig magic as well as package building
2014-07-03 18:04:01 +00:00

27 lines
525 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= sdl2_gfx
PORTVERSION= 1.0.1
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.ferzkopp.net/Software/%SUBDIR%/
MASTER_SITE_SUBDIR= SDL2_gfx
DISTNAME= SDL2_gfx-${PORTVERSION}
MAINTAINER= mva@FreeBSD.org
COMMENT= SDL graphics drawing primitives and other support functions
LICENSE= ZLIB
USES= pathfix gmake libtool:oldver
USE_SDL= sdl2
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
OPTIONS_DEFINE= MMX
MMX_CONFIGURE_ENABLE= mmx
MMX_CFLAGS= -DUSE_MMX
.include <bsd.port.mk>