mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
85e1d214da
Submitted by: Bill "distfiles" Fenner
24 lines
442 B
Makefile
24 lines
442 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.20a
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= http://pknet.com/~joe/
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
|
LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= dgen.1
|
|
MAN5= dgenrc.5
|
|
|
|
.include <bsd.port.mk>
|