1995-02-23 16:00:04 +00:00
|
|
|
# New ports collection makefile for: MicroEmacs
|
1998-03-25 14:15:10 +00:00
|
|
|
# Version required: 4.0
|
1995-02-23 16:00:04 +00:00
|
|
|
# Date created: 16 Jan 1995
|
1997-08-29 11:33:09 +00:00
|
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
1995-02-23 16:00:04 +00:00
|
|
|
#
|
1998-03-25 14:15:10 +00:00
|
|
|
# $Id: Makefile,v 1.10 1997/08/29 11:33:09 tg Exp $
|
1995-04-09 06:11:17 +00:00
|
|
|
#
|
1995-02-23 16:00:04 +00:00
|
|
|
|
|
|
|
DISTNAME= uemacs
|
1998-03-25 14:15:10 +00:00
|
|
|
PKGNAME= uemacs-4.0
|
1996-11-11 05:07:53 +00:00
|
|
|
CATEGORIES= editors
|
1998-03-25 14:15:10 +00:00
|
|
|
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/
|
|
|
|
DISTFILES= ue400dev.zip
|
1995-04-09 06:11:17 +00:00
|
|
|
|
1995-05-02 09:09:38 +00:00
|
|
|
MAINTAINER= ports@freebsd.org
|
|
|
|
|
1995-10-04 10:18:56 +00:00
|
|
|
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
|
1995-02-23 16:00:04 +00:00
|
|
|
|
1995-04-09 06:11:17 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
1995-05-02 09:09:38 +00:00
|
|
|
EXTRACT_CMD= unzip
|
|
|
|
EXTRACT_BEFORE_ARGS= -Laq
|
|
|
|
EXTRACT_AFTER_ARGS= -d ${WRKDIR}
|
1996-06-26 22:25:32 +00:00
|
|
|
FETCH_BEFORE_ARGS= -NP
|
1995-02-23 16:00:04 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|