mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
25 lines
472 B
Makefile
25 lines
472 B
Makefile
# New ports collection makefile for: emu
|
|
# Version required: 1.31
|
|
# Date created: 13 September 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.9 1995/04/11 02:32:57 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
|
|
|
|
USE_IMAKE= yes
|
|
IS_INTERACTIVE= yes
|
|
WRKSRC= ${WRKDIR}/emu
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC}/client ; ln -s ../doc/emu.man .
|
|
|
|
.include <bsd.port.mk>
|