1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/ftp/yafc/Makefile

24 lines
422 B
Makefile
Raw Normal View History

# New ports collection makefile for: yafc
1999-09-19 00:31:03 +00:00
# Version required: 0.4.7
# Date created: 10 June 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
1999-09-19 00:31:03 +00:00
DISTNAME= yafc-0.4.7
1999-08-02 10:44:03 +00:00
CATEGORIES= ftp
MASTER_SITES= ftp://mayer.physto.se/pub/yafc/
MAINTAINER= cpiazza@FreeBSD.org
GNU_CONFIGURE= yes
USE_BZIP2= yes
MAN1= yafc.1
1999-09-19 00:31:03 +00:00
post-install:
@${INSTALL_MAN} ${WRKSRC}/doc/yafc.1 ${PREFIX}/man/man1
.include <bsd.port.mk>