summaryrefslogtreecommitdiff
path: root/x11/emu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/emu/Makefile')
-rw-r--r--x11/emu/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/x11/emu/Makefile b/x11/emu/Makefile
deleted file mode 100644
index 656a1fb3eb44..000000000000
--- a/x11/emu/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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>