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