mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
24 lines
591 B
Makefile
24 lines
591 B
Makefile
# 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>
|