freebsd-ports/emulators/pcem/Makefile
Dmitry Marakasov d8d2d6c09d Cleanup and simplify emulators/pcem
- Add LICENSE_FILE
- Remove bogus PATCHDIR
- Use WX_CONFIG
- Switch to USES=localbase
- Simplify configure patch

PR:		253033
Submitted by:	amdmi3
Approved by:	maintainer timeout (darkfm@vera.com.uy, 2 weeks)
2021-02-09 00:26:24 +00:00

27 lines
642 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
LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf compiler gl gmake localbase:ldflags openal pkgconfig sdl zip
USE_GL= gl
USE_SDL= sdl2
USE_WX= 3.0
WRKSRC= ${WRKDIR}/pcem_emulator-pcem-faf5d6423060/
PLIST_FILES= bin/pcem
CONFIGURE_ARGS= --enable-release-build --with-wx-config="${WX_CONFIG}"
GNU_CONFIGURE= yes
ONLY_FOR_ARCHS= amd64
.include <bsd.port.mk>