aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/sdl_gui/Makefile
blob: b4cb5da4f6de76e7eed74e445526f43d319cb4f2 (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
# ex:ts=8
# Ports collection makefile for:    sdl_gui
# Date created:         Aug 13, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   sdl_gui
PORTVERSION=    0.10.3
CATEGORIES= x11-toolkits
MASTER_SITES=   http://www.newimage.com/~rhk/SDL_gui/
DISTNAME=   SDL_gui-${PORTVERSION}

MAINTAINER= ports@FreeBSD.org

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_LIBTOOL=    yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV=  SDL_CONFIG="${SDL_CONFIG}"

.include <bsd.port.mk>