1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/net/archie/Makefile

22 lines
454 B
Makefile
Raw Normal View History

# New ports collection makefile for: archie
# Version required: 1.4.1
# Date created: 20 Oct 1994
# Whom: torstenb
#
1995-04-15 05:42:12 +00:00
# $Id: Makefile,v 1.2 1995/04/01 12:47:44 jkh Exp $
#
DISTNAME= c-archie-1.4.1-FIXED
1995-04-15 05:42:12 +00:00
PKGNAME= archie-1.4.1
CATEGORIES+= networking
1995-04-15 05:42:12 +00:00
MASTER_SITES= ftp://nic.sura.net/pub/archie/clients/
EXTRACT_SUFX= .tar.Z
1995-04-15 05:42:12 +00:00
WRKSRC= ${WRKDIR}/archie-1.4.1-FIX
pre-install:
mkdir -p ${PREFIX}/bin
mkdir -p ${PREFIX}/man/man1
.include <bsd.port.mk>