mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
24 lines
452 B
Makefile
24 lines
452 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://www.humboldt1.com/~ognir/
|
||
|
|
||
|
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>
|