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)
26 lines
437 B
Makefile
26 lines
437 B
Makefile
# New ports collection makefile for: mupen64-sdlinput
|
|
# Date created: 12.Aug 2004
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTVERSION= 0.0.10
|
|
PORTREVISION= 2
|
|
PKGNAMESUFFIX= -sdlinput
|
|
|
|
COMMENT= Blight's SDL input plugin for Mupen64
|
|
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
|
|
|
FIXFILES= #
|
|
|
|
USE_SDL= sdl
|
|
|
|
PLUGIN_NAME= blight_input
|
|
|
|
MASTERDIR= ${.CURDIR}/../mupen64-base
|
|
|
|
OPTIONS= #
|
|
|
|
.include "${MASTERDIR}/Makefile"
|