freebsd-ports/emulators/hatari/Makefile
Kirill Ponomarev cb8130600c Add hatari 0.45, an Atari ST emulator.
PR:		ports/64300
Submitted by:	Michael Neumann <mneumann@ntecs.de>
2004-03-16 09:58:16 +00:00

22 lines
490 B
Makefile

# New ports collection makefile for: hatari
# Date created: 15 March 2004
# Whom: Michael Neumann <mneumann@ntecs.de>
#
# $FreeBSD$
#
PORTNAME= hatari
PORTVERSION= 0.45
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= mneumann@ntecs.de
COMMENT= An Atari ST emulator
GNU_CONFIGURE= yes
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
USE_SDL= yes
.include <bsd.port.mk>