freebsd-ports/emulators/yabause/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00

31 lines
665 B
Makefile

# New ports collection makefile for: yabause
# Date created: 2006-08-23
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= yabause
PORTVERSION= 0.9.4
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= SF
MAINTAINER= acm@FreeBSD.org
COMMENT= Sega Saturn system emulator
LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_SDL= yes
USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:261
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
SUB_FILES= pkg-message
MAN1= yabause.1
post-install:
@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
.include <bsd.port.mk>