blob: 9810e0e0dd7208303edc1e708f5ed2c05e901896 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
PORTVERSION= 0.61.1
MAINTAINER= stijn@win.tue.nl
COMMENT= X11 emulator for game consoles
MASTERDIR= ${.CURDIR}/../xmame
COMMENTFILE= ${.CURDIR}/pkg-comment
DESCR= ${.CURDIR}/pkg-descr
MAMEMESS= mess
.include "${MASTERDIR}/Makefile"
|