20 lines
558 B
Makefile
20 lines
558 B
Makefile
# $OpenBSD: Makefile,v 1.2 2000/02/03 05:23:30 fgsch Exp $
|
|
|
|
DISTNAME= mc-4.1.35
|
|
CATEGORIES= misc
|
|
MAINTAINER= ryan@erwin.org
|
|
MASTER_SITES= ftp://ftp.nodomainname.net/pub/mirrors/gnu/mc/ \
|
|
ftp://ftp.cdrom.com/.1/gnu/mc/ \
|
|
ftp://labrea.stanford.edu/pub/gnu/mc/ \
|
|
ftp://aeneas.mit.edu/pub/gnu/mc/ \
|
|
ftp://ftp.cs.ubc.ca/mirror2/gnu/mc/ \
|
|
ftp://core.ring.gr.jp/pub/GNU/mc/ \
|
|
ftp://ftp.gnu.org/pub/gnu/mc/
|
|
|
|
DISTFILES= ${DISTNAME}.tar.gz
|
|
GNU_CONFIGURE= yes
|
|
|
|
BROKEN= "patches are way wrong; auditing requiered."
|
|
|
|
.include <bsd.port.mk>
|