09be8f3661
can just give me a little utility that ftps things based on an ftp://... spec (connects as anonymous, fetches by full path, etc) I might be able to make bsd.port.mk DTRT automagically. Submitted by: jkh
16 lines
350 B
Makefile
16 lines
350 B
Makefile
# New ports collection makefile for: GNU emacs
|
|
# Version required: 19.25
|
|
# Date created: 20 August 1994
|
|
# Whom: jkh
|
|
#
|
|
# $Id: Makefile,v 1.2 1994/08/21 15:09:47 jkh Exp $
|
|
#
|
|
|
|
DISTNAME= emacs-19.25
|
|
USE_GMAKE= yes
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= i386--freebsd
|
|
HOME_LOCATION= ftp://prep.ai.mit.edu/pub/gnu/emacs-19.25.tar.gz
|
|
|
|
.include <bsd.port.mk>
|