1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/x11-toolkits/sdl_gui/Makefile
Shaun Amott 001e27aca7 Update MASTER_SITE to reflect new distfile location.
Submitted by:	Ray Kelm via freebsd-ports
Reminded by:	kris
2007-06-14 19:46:41 +00:00

29 lines
615 B
Makefile

# ex:ts=8
# Ports collection makefile for: sdl_gui
# Date created: Aug 13, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= sdl_gui
PORTVERSION= 0.10.3
PORTREVISION= 6
CATEGORIES= x11-toolkits
MASTER_SITES= http://rhk.dataslab.com/SDL_gui/ \
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
DISTNAME= SDL_gui-${PORTVERSION}
MAINTAINER= shaun@FreeBSD.org
COMMENT= A Graphical User Interface library for SDL
USE_AUTOTOOLS= libtool:15
USE_SDL= sdl image ttf
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-configure:
${REINPLACE_CMD} -e "s/^CC=\"cc\"/CC=\"${CXX}\"/" ${WRKSRC}/libtool
.include <bsd.port.mk>