blob: d9d89d653ba44c243dea6c51dbfa1de66b949891 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|