mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
28 lines
543 B
Makefile
28 lines
543 B
Makefile
# New ports collection makefile for: emu
|
|
# Version required: 1.31
|
|
# Date created: 13 September 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.12 1998/08/20 07:35:23 asami Exp $
|
|
#
|
|
|
|
DISTNAME= emu-1.31
|
|
PKGNAME= emu-1.3.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications
|
|
|
|
MAINTAINER= me@FreeBSD.org
|
|
|
|
.if !defined(DISPLAY)
|
|
BROKEN= Requires an X Display to build
|
|
.endif
|
|
USE_IMAKE= yes
|
|
WRKSRC= ${WRKDIR}/emu
|
|
MAN1= emu.1
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}/client ; ln -s ../doc/emu.man .
|
|
|
|
.include <bsd.port.mk>
|