blob: 656a1fb3eb44577acd57bd7a3dbb67db7508f708 (
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
|
# New ports collection makefile for: emu
# Version required: 1.31
# Date created: 13 September 1994
# Whom: jkh
#
# $Id$
#
DISTNAME= emu-1.31
PKGNAME= emu-1.3.1
MASTER_SITES= ftp://ftp.x.org/contrib/applications/
CATEGORIES+= x11
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>
|