mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
21 lines
407 B
Makefile
21 lines
407 B
Makefile
# New ports collection makefile for: archie
|
|
# Version required: 1.4.1
|
|
# Date created: 20 Oct 1994
|
|
# Whom: torstenb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= c-archie-1.4.1-FIXED
|
|
PKGNAME= archie-1.4.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ftp://ftp.uu.net/networking/info-service/archie/clients/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= torstenb@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/archie-1.4.1-FIX
|
|
MAN1= archie.1
|
|
|
|
.include <bsd.port.mk>
|