freebsd-ports/net/archie/Makefile

23 lines
473 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-11-27 05:06:03 +01:00
# $Id: Makefile,v 1.4 1995/05/06 00:27:35 torstenb Exp $
#
DISTNAME= c-archie-1.4.1-FIXED
1995-04-15 07:42:12 +02:00
PKGNAME= archie-1.4.1
1995-11-27 05:06:03 +01:00
CATEGORIES+= net
1995-04-15 07:42:12 +02:00
MASTER_SITES= ftp://nic.sura.net/pub/archie/clients/
EXTRACT_SUFX= .tar.Z
1995-04-15 07:42:12 +02:00
WRKSRC= ${WRKDIR}/archie-1.4.1-FIX
MAINTAINER= torstenb@FreeBSD.ORG
post-install:
gzip -9nf ${PREFIX}/man/man1/archie.1
.include <bsd.port.mk>