freebsd-ports/emulators/dgen-sdl/Makefile
Maxim Sobolev 8ed8aafc20 Move:
devel/sdl --> devel/sdl10
devel/sdl-devel --> devel/sdl12

Repo-copy by:	asami
2001-04-09 11:55:04 +00:00

29 lines
567 B
Makefile

# New ports collection makefile for: dgen-sdl
# Date created: 20 September 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= dgen-sdl
PORTVERSION= 1.22
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://pknet.com/~joe/
MAINTAINER= sobomax@FreeBSD.org
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
USE_MESA= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
MAN1= dgen.1 tobin.1
MAN5= dgenrc.5
.include <bsd.port.mk>