blob: e76363cade2de59507baf9c78c38bf31550cc211 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: yafc
# Version required: 0.4.3
# Date created: 10 June 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $Id: Makefile,v 1.3 1999/06/19 08:25:58 cpiazza Exp $
#
DISTNAME= yafc-0.4.3
CATEGORIES= net
MASTER_SITES= http://www.stacken.kth.se/~mhe/yafc/ \
ftp://mayer.physto.se/pub/yafc/
MAINTAINER= cpiazza@FreeBSD.org
GNU_CONFIGURE= yes
USE_BZIP2= yes
MAN1= yafc.1
.include <bsd.port.mk>
|