freebsd-ports/x11-toolkits/sdl_gui/Makefile
Norikatsu Shigemura 8da4a27028 Add a hack to link with libstdc++. This will fix the configure error
of devel/eboxy on -current.

PR:		ports/50382
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-04-04 20:12:05 +00:00

32 lines
747 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= 1
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.newimage.com/~rhk/SDL_gui/
DISTNAME= SDL_gui-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Graphical User Interface library for SDL
LIB_DEPENDS= SDL-1.1:${PORTSDIR}/devel/sdl12 \
SDL_image:${PORTSDIR}/graphics/sdl_image \
SDL_ttf:${PORTSDIR}/graphics/sdl_ttf
SDL_CONFIG= ${LOCALBASE}/bin/sdl11-config
USE_REINPLACE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
post-configure:
${REINPLACE_CMD} -e "s/^CC=\"cc\"/CC=\"${CXX}\"/" ${WRKSRC}/libtool
.include <bsd.port.mk>