mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
632d90b25a
Compression of manpages should be dealt with in the FreeBSD port Makefile, not by patching the dist Makefile. (more obvious to those looking at the port).
22 lines
522 B
Makefile
22 lines
522 B
Makefile
# New ports collection makefile for: wu-ftpd
|
|
# Version required: 2.4
|
|
# Date created: 18 Oct 1994
|
|
# Whom: torstenb
|
|
#
|
|
# $Id: Makefile,v 1.8 1996/12/01 01:23:20 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= wu-ftpd-2.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.wustl.edu/packages/wuarchive-ftpd/ \
|
|
http://wuarchive.wustl.edu/packages/wuarchive-ftpd/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= torstenb@FreeBSD.org
|
|
|
|
MAN1= ftpcount.1 ftpwho.1
|
|
MAN5= ftpaccess.5 ftphosts.5 ftpconversions.5 xferlog.5
|
|
MAN8= ftpd.8 ftpshut.8
|
|
|
|
.include <bsd.port.mk>
|