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}" \ |