16 lines
278 B
Makefile
16 lines
278 B
Makefile
# Created by: nox@jelal.kn-bremen.de
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmess
|
|
PORTREVISION= 3
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= X11 emulator for game consoles
|
|
|
|
MASTERDIR= ${.CURDIR}/../xmame
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
MAMEMESS= mess
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|