2000-09-20 19:05:56 +02: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 18:54:29 +01:00
|
|
|
PORTVERSION= 1.22
|
2001-03-11 10:15:17 +01:00
|
|
|
PORTREVISION= 1
|
2000-09-20 19:05:56 +02:00
|
|
|
CATEGORIES= emulators
|
2000-11-08 11:24:05 +01:00
|
|
|
MASTER_SITES= http://pknet.com/~joe/
|
2000-09-20 19:05:56 +02:00
|
|
|
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
|
|
|
|
|
|
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
2001-02-24 20:58:10 +01:00
|
|
|
LIB_DEPENDS= SDL-1.1.3:${PORTSDIR}/devel/sdl-devel
|
2000-09-20 19:05:56 +02:00
|
|
|
|
2001-02-23 18:54:29 +01:00
|
|
|
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
|
|
|
|
|
|
|
USE_MESA= yes
|
2000-09-20 19:05:56 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-02-23 18:54:29 +01:00
|
|
|
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}"
|
2000-09-20 19:05:56 +02:00
|
|
|
|
2001-02-23 18:54:29 +01:00
|
|
|
MAN1= dgen.1 tobin.1
|
2000-09-20 19:05:56 +02:00
|
|
|
MAN5= dgenrc.5
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|