mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
7420d45d10
- Use at least clang50 to build mame/mess. GCC is segfaulting during build on 10.4 and it doesn't build with clang. - Declare some dependencies explicitly to make Q/A happy
13 lines
222 B
Makefile
13 lines
222 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= mess
|
|
MTARGET= mame
|
|
MSUBTARGET= mess
|
|
COMMENT= Multiple Emulator Super System
|
|
|
|
MASTERDIR= ${.CURDIR}/../mame
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|