2002-08-13 09:17:47 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: sdl_gui
|
|
|
|
# Date created: Aug 13, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sdl_gui
|
|
|
|
PORTVERSION= 0.10.3
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 6
|
2002-08-13 09:17:47 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
2007-06-14 21:46:41 +02:00
|
|
|
MASTER_SITES= http://rhk.dataslab.com/SDL_gui/ \
|
2006-09-01 23:34:14 +02:00
|
|
|
http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/
|
2002-08-13 09:17:47 +02:00
|
|
|
DISTNAME= SDL_gui-${PORTVERSION}
|
|
|
|
|
2006-09-01 23:34:14 +02:00
|
|
|
MAINTAINER= shaun@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A Graphical User Interface library for SDL
|
2002-08-13 09:17:47 +02:00
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-01-23 23:24:30 +01:00
|
|
|
USE_SDL= sdl image ttf
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-09-01 23:34:14 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-08-13 09:17:47 +02:00
|
|
|
|
2003-04-04 22:12:05 +02:00
|
|
|
post-configure:
|
|
|
|
${REINPLACE_CMD} -e "s/^CC=\"cc\"/CC=\"${CXX}\"/" ${WRKSRC}/libtool
|
|
|
|
|
2002-08-13 09:17:47 +02:00
|
|
|
.include <bsd.port.mk>
|