blob: 1088fb64a8e79fcaee20c76e13d9e73ff83cf428 (
plain)
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: MicroEmacs
# Version required: 4.0
# Date created: 16 Jan 1995
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $Id: Makefile,v 1.11 1998/03/25 14:14:53 tg Exp $
#
DISTNAME= ue400dev
PKGNAME= uemacs-4.0
CATEGORIES= editors
MASTER_SITES= ftp://aquest.com/pub/uemacs400/disk2/ \
ftp://informatik.hu-berlin.de/pub/pc/msdos/editors/ \
ftp://ftp.biomath.jussieu.fr/pub/editors/memacs400/disk2/
MAINTAINER= ports@freebsd.org
NO_WRKSUBDIR= yes
USE_ZIP= yes
EXTRACT_BEFORE_ARGS= -Laq
FETCH_BEFORE_ARGS= -NP
.include <bsd.port.mk>
|