blob: 6abb86fc6b2339f15c2195b461120507b9e87c04 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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= 12
CATEGORIES= x11-toolkits
MASTER_SITES= http://rhk.dataslab.com/SDL_gui/
DISTNAME= SDL_gui-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Graphical User Interface library for SDL
DEPRECATED= Looks like an abandonware, no more public distfiles
EXPIRATION_DATE= 2011-08-01
USE_AUTOTOOLS= libtool
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>
|