aboutsummaryrefslogtreecommitdiff
path: root/emulators/tme/Makefile
blob: 9af70e5520c9c024b66589ccab06c1bd9dacc0f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	tme
# Date created:		2006-12-14
# Whom:			trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#

PORTNAME=	tme
PORTVERSION=	0.6
PORTREVISION=	2
CATEGORIES=	emulators
MASTER_SITES=	http://people.csail.mit.edu/fredette/tme/

MAINTAINER=	trasz@FreeBSD.org
COMMENT=	Emulator for Sun 2/120, 3/150 and SPARCstation 2 machines

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_XORG=	x11
USE_GNOME=	gtk12 gnometarget
CONFIGURE_ARGS+=	--disable-shared
MAKE_ENV=	LANG=C

post-patch:
		${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/libtme/module.c

.include <bsd.port.mk>