freebsd-ports/net/archie/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

22 lines
464 B
Makefile

# New ports collection makefile for: archie
# Date created: 20 Oct 1994
# Whom: torstenb
#
# $FreeBSD$
#
PORTNAME= archie
PORTVERSION= 1.4.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.uu.net/networking/info-service/archie/clients/
DISTNAME= c-archie-1.4.1-FIXED
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
COMMENT= Prospero client for the archie service
WRKSRC= ${WRKDIR}/archie-1.4.1-FIX
MAN1= archie.1
PLIST_FILES= bin/archie
.include <bsd.port.mk>