freebsd-ports/emulators/advancemess/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

42 lines
994 B
Makefile

# Created by: alepulver
# $FreeBSD$
PORTNAME= advancemess
PORTVERSION= 0.102.0.1
PORTREVISION= 5
CATEGORIES= emulators
MASTER_SITES= SF/advancemame/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= SDL MESS port with advanced TV and monitor video support
LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2
USE_GL= yes
USES= gmake
USE_SDL= sdl
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -idirafter ${LOCALBASE}/include
OPTIONS_DEFINE= FREETYPE SLANG
SLANG_DESC= Enable sLang support (for video driver)
FREETYPE_CONFIGURE_ENABLE= freetype
FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
SLANG_CONFIGURE_ENABLE= slang
SLANG_LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386"
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
.endif
post-patch:
@${REINPLACE_CMD} -E -e '/pkgdocdir/d' \
-e 's,(bin|man|pkg)dir),DESTDIR)$$(&,' \
${WRKSRC}/advance/advance.mak
.include <bsd.port.post.mk>