blob: 424bce7068f5d4c3a4964b97af7a106199c72bef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: xarchie
# Version required: 2.0.10
# Date created: 24 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.7 1995/04/15 05:42:07 asami Exp $
#
DISTNAME= xarchie-2.0.10
CATEGORIES+= networking
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ \
ftp://ftp.funet.fi/pub/X11/contrib/applications/
RUN_DEPENDS= archie:${PORTSDIR}/net/archie
USE_IMAKE= yes
.include <bsd.port.mk>
|