2000-09-20 13:05:56 -04:00
|
|
|
# New ports collection makefile for: dgen-sdl
|
|
|
|
# Date created: 20 September 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dgen-sdl
|
2001-02-23 12:54:29 -05:00
|
|
|
PORTVERSION= 1.22
|
2001-03-11 04:15:17 -05:00
|
|
|
PORTREVISION= 1
|
2000-09-20 13:05:56 -04:00
|
|
|
CATEGORIES= emulators
|
2000-11-08 05:24:05 -05:00
|
|
|
MASTER_SITES= http://pknet.com/~joe/
|
2000-09-20 13:05:56 -04:00
|
|
|
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
|
|
|
|
|
|
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
2001-04-09 07:55:04 -04:00
|
|
|
LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl12
|
2000-09-20 13:05:56 -04:00
|
|
|
|
2001-02-23 12:54:29 -05:00
|
|
|
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
|
|
|
|
|
|
|
USE_MESA= yes
|
2000-09-20 13:05:56 -04:00
|
|
|
GNU_CONFIGURE= yes
|
2001-02-23 12:54:29 -05:00
|
|
|
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
|
2000-09-20 13:05:56 -04:00
|
|
|
|
2001-02-23 12:54:29 -05:00
|
|
|
MAN1= dgen.1 tobin.1
|
2000-09-20 13:05:56 -04:00
|
|
|
MAN5= dgenrc.5
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|