1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/emulators/gsnes9x/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

33 lines
796 B
Makefile

# New ports collection makefile for: GSnes9x
# Date created: 18 Jun 2000
# Whom: Kelly Yancey <kbyanc@posi.net>
#
# $FreeBSD$
#
PORTNAME= gsnes9x
PORTVERSION= 3.12
PORTREVISION= 9
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/GSnes9x/${PORTVERSION}
DISTNAME= GSnes9x-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A GTK front-end for the Snes9X SNES emulator
RUN_DEPENDS= snes9x:${PORTSDIR}/emulators/snes9x
USE_GNOME= gnomehack gnomeprefix gnomelibs
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|^SUBDIRS = intl|SUBDIRS =|g ; \
s|@INTLLIBS@|-lintl|g ; \
s|@INTLDEPS@||g'
.include <bsd.port.mk>