1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/net/archie/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

20 lines
440 B
Makefile

# New ports collection makefile for: archie
# Version required: 1.4.1
# Date created: 20 Oct 1994
# Whom: torstenb
#
# $Id: Makefile,v 1.1.1.1 1994/10/23 01:24:26 torstenb Exp $
#
DISTNAME= c-archie-1.4.1-FIXED
MASTER_SITES= ftp://nic.sura.net/pub/archie/clients/
CATEGORIES+= networking
WRKSRC= ${WRKDIR}/archie-1.4.1-FIX
EXTRACT_SUFX= .tar.Z
pre-install:
mkdir -p ${PREFIX}/bin
mkdir -p ${PREFIX}/man/man1
.include <bsd.port.mk>