mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
27 lines
435 B
Makefile
27 lines
435 B
Makefile
# New ports collection makefile for: mupen64-gln64
|
|
# Date created: 11.Aug 2004
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mupen64
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 7
|
|
PKGNAMESUFFIX= -gln64
|
|
|
|
COMMENT= The glN64 graphics plugin for Mupen64
|
|
|
|
USE_GL= yes
|
|
USE_SDL= sdl
|
|
|
|
FIXFILES= glN64/DepthBuffer.cpp glN64/glATI.h
|
|
|
|
PLUGIN_NAME= glN64
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64-base
|
|
|
|
OPTIONS= #
|
|
|
|
.include "${MASTERDIR}/Makefile"
|