1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/x11-toolkits/sdl_gui/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

28 lines
590 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
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>