blob: 15c030d8143c62eebc0ab3008943faaea38bce46 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: xmess
# Date created: Tue Aug 17 00:21:10 MET DST 1999
# Whom: 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
.include "${MASTERDIR}/Makefile"
|