freebsd-ports/emulators/gxmame/Makefile
Pete Fritchman a33071bc50 - update to 0.34b
- only for i386 now, maintainer doesn't have time to remove gcc i386-isms
  and test on other archs.

PR:		60466
Submitted by:	maintainer
2003-12-21 02:39:23 +00:00

33 lines
753 B
Makefile

# New ports collection makefile for: gxmame
# Date created: 04 Oct 2003
# Whom: Travis Poppe <tlp@liquidx.org>
#
# $FreeBSD$
#
PORTNAME= gxmame
PORTVERSION= 0.34b
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= tlp@liquidx.org
COMMENT= GXmame is a GTK frontend for xmame
RUN_DEPENDS= xmame:${PORTSDIR}/emulators/xmame
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
intl.5:${PORTSDIR}/devel/gettext
USE_GZIP= yes
USE_XLIB= yes
USE_GNOME= gtk20
USE_REINPLACE= yes
ONLY_FOR_ARCHS= i386
DOCDIR= share/doc/${PORTNAME}
GNU_CONFIGURE= yes
post-configure:
@${REINPLACE_CMD} -e 's|$$(top_builddir)/./mkinstalldirs|./mkinstalldirs|' ${WRKSRC}/intl/Makefile
.include <bsd.port.mk>