1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/emulators/tme/Makefile
Edward Tomasz Napierala 627cb575f7 - Use proper capitalization in my email address.
Approved by:	miwi (mentor)
Suggested by:	sat
2007-07-11 22:06:16 +00:00

28 lines
580 B
Makefile

# New ports collection makefile for: tme
# Date created: 2006-12-14
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
#
# $FreeBSD$
#
PORTNAME= tme
PORTVERSION= 0.4
PORTREVISION= 3
CATEGORIES= emulators
MASTER_SITES= http://theory.lcs.mit.edu/~fredette/tme/
MAINTAINER= trasz@FreeBSD.org
COMMENT= Emulator for Sun 2/120 and Sun 3/150 machines
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gtk12 gnometarget
CONFIGURE_ARGS+= --disable-shared
MAKE_ENV= LANG=C
USE_XLIB= yes
post-patch:
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/libtme/module.c
.include <bsd.port.mk>