mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
263d9dfecf
a corrupted distfile.
23 lines
492 B
Makefile
23 lines
492 B
Makefile
# New ports collection makefile for: yafc
|
|
# Version required: 0.4.4
|
|
# Date created: 10 June 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.4 1999/06/20 07:23:25 cpiazza Exp $
|
|
#
|
|
|
|
DISTNAME= yafc-0.4.4
|
|
CATEGORIES= net
|
|
# http master site has a corrupted distfile
|
|
#MASTER_SITES= http://www.stacken.kth.se/~mhe/yafc/ \
|
|
MASTER_SITES= ftp://mayer.physto.se/pub/yafc/
|
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
|
|
MAN1= yafc.1
|
|
|
|
.include <bsd.port.mk>
|