blob: c9cfd7017e84d9a148a476c0827b7c453ffaf07b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: mupen64-tr64
# Date created: 2007-10-09
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTVERSION= 0.7.8
PORTREVISION= 3
PKGNAMESUFFIX= -tr64
COMMENT= Tr64 graphics plugin for Mupen64
USE_SDL= sdl
USE_GL= yes
FIXFILES= display.c sdlgl.c
PLUGIN_NAME= tr64gl
MASTERDIR= ${.CURDIR}/../mupen64-base
OPTIONS= #
.include "${MASTERDIR}/Makefile"
|