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)
24 lines
377 B
Makefile
24 lines
377 B
Makefile
# New ports collection makefile for: mupen64-sdlaudio
|
|
# Date created: 12.Aug 2004
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTVERSION= 1.3
|
|
PORTREVISION= 2
|
|
PKGNAMESUFFIX= -sdlaudio
|
|
|
|
COMMENT= JttL's SDL audio plugin for Mupen64
|
|
|
|
USE_SDL= sdl
|
|
|
|
FIXFILES= #
|
|
|
|
PLUGIN_NAME= jttl_audio
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64-base
|
|
|
|
OPTIONS= #
|
|
|
|
.include "${MASTERDIR}/Makefile"
|