freebsd-ports/graphics/sdl_gfx/Makefile
Ying-Chieh Liao 1a8ccfdc65 add SDL_gfx 2.0.3
SDL graphics drawing primitives and other support functions
2002-04-25 17:05:12 +00:00

25 lines
521 B
Makefile

# ex:ts=8
# Ports collection makefile for: sdl_gfx
# Date created: Apr 25, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= sdl_gfx
PORTVERSION= 2.0.3
CATEGORIES= graphics
MASTER_SITES= http://www.ferzkopp.net/Software/SDL_gfx-${PORTVERSION:R}/
DISTNAME= SDL_gfx-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
GNU_CONFIGURE= yes
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
USE_GMAKE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>