View | Details | Raw Unified | Return to bug 174162
Collapse All | Expand All

(-)emulators/hatari/Makefile (-6 / +3 lines)
Lines 1-12 Link Here
1
# New ports collection makefile for:    hatari
1
# Created by: Michael Neumann <mneumann@ntecs.de>
2
# Date created:         15 March 2004
3
# Whom:                 Michael Neumann <mneumann@ntecs.de>
4
#
5
# $FreeBSD: head/emulators/hatari/Makefile 301166 2012-07-19 17:27:33Z sperber $
2
# $FreeBSD: head/emulators/hatari/Makefile 301166 2012-07-19 17:27:33Z sperber $
6
#
7
3
8
PORTNAME=	hatari
4
PORTNAME=	hatari
9
PORTVERSION=	1.6.1
5
PORTVERSION=	1.6.2
10
CATEGORIES=	emulators
6
CATEGORIES=	emulators
11
MASTER_SITES=	http://download.tuxfamily.org/hatari/%SUBDIR%/
7
MASTER_SITES=	http://download.tuxfamily.org/hatari/%SUBDIR%/
12
MASTER_SITE_SUBDIR=	${PORTVERSION}
8
MASTER_SITE_SUBDIR=	${PORTVERSION}
Lines 25-30 Link Here
25
USE_BZIP2=	yes
21
USE_BZIP2=	yes
26
USE_GNOME=	pygtk2
22
USE_GNOME=	pygtk2
27
USE_SDL=	sdl
23
USE_SDL=	sdl
24
USE_READLINE=	yes
28
USE_CMAKE=	yes
25
USE_CMAKE=	yes
29
CMAKE_ARGS=	-DPORTAUDIO_INCLUDE_DIR:STRING="${PA2_INCLUDE_DIR}" \
26
CMAKE_ARGS=	-DPORTAUDIO_INCLUDE_DIR:STRING="${PA2_INCLUDE_DIR}" \
30
		-DPORTAUDIO_LIBRARY:STRING="${PA2_LIBRARY}" \
27
		-DPORTAUDIO_LIBRARY:STRING="${PA2_LIBRARY}" \
(-)emulators/hatari/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (hatari-1.6.1.tar.bz2) = f6142b4d0c8f1731f990fcc4cf125d9b7a1822384c46e6af79058a461443e853
1
SHA256 (hatari-1.6.2.tar.bz2) = 20de0430eb8950d206e9df4d8088fa759625e23390e7604484e351d030761b3f
2
SIZE (hatari-1.6.1.tar.bz2) = 1777736
2
SIZE (hatari-1.6.2.tar.bz2) = 1739570

Return to bug 174162