mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
0d2725682b
structure (i.e. include/SDL for includes and sdl-config for configuration binary) - Update graphics/sdl_ttf to version 2.0.8 - Update graphics/sdl_image to version 1.2.5 - Update audio/sdl_mixer to version 1.2.7 - Update net/sdl_net to version 1.2.6 - Update Mk/bsd.sdl.mk accordingly - Fix dependent ports to fit the new directory structure and avoid several API breakages - Bump up portrevisions for all dependent ports to allow them to be upgraded by portupgrade/portmaster etc tools Approved by: kris (portmgr), sem (mentor)
28 lines
594 B
Makefile
28 lines
594 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= 5
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= http://www.newimage.com/~rhk/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_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>
|