freebsd-ports/emulators/pcem/Makefile
Loïc Bartoletti 4c1a399966 x11-toolkits/wxgtk30: Update to 3.0.5.1
Changelog:
  - https://raw.githubusercontent.com/wxWidgets/wxWidgets/v3.0.5/docs/changes.txt

PR:	 246218
Approved by:	tcberner (mentor)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D24808
2020-05-17 05:55:12 +00:00

28 lines
611 B
Makefile

# $FreeBSD$
PORTNAME= pcem
DISTVERSION= 14
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= https://bitbucket.org/pcem_emulator/pcem/get/
DISTNAME= faf5d6423060
MAINTAINER= darkfm@vera.com.uy
COMMENT= PC/PC-Compatible low-level emulator striving for accuracy
LICENSE= GPLv2
USES= autoreconf compiler gl gmake openal pkgconfig sdl zip
USE_GL= gl
USE_SDL= sdl2
USE_WX= 3.0
WRKSRC= ${WRKDIR}/pcem_emulator-pcem-faf5d6423060/
PATCHDIR=files
PLIST_FILES= bin/pcem
CONFIGURE_ARGS= --enable-release-build --with-wx-config=wxgtk3u-3.0-config
GNU_CONFIGURE= yes
ONLY_FOR_ARCHS= amd64
.include <bsd.port.mk>