mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
28 lines
425 B
Makefile
28 lines
425 B
Makefile
# New ports collection makefile for: mupen64-glide
|
|
# Date created: 11.Aug 2004
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 6
|
|
PKGNAMESUFFIX= -glide
|
|
|
|
COMMENT= Glide64 graphics plugin for Mupen64
|
|
|
|
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
|
|
|
USE_SDL= sdl
|
|
USE_GL= yes
|
|
|
|
FIXFILES= #
|
|
|
|
PLUGIN_NAME= Glide64
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64-base
|
|
|
|
OPTIONS= #
|
|
|
|
.include "${MASTERDIR}/Makefile"
|