blob: 20d99050ae60f76a6433b35eeea8c54d9cbd6e76 (
plain)
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.9
# Date created: 24 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.5 1995/04/01 12:48:55 jkh Exp $
#
DISTNAME= xarchie-2.0.10
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/
CATEGORIES+= networking
MASTER_SITES+= ftp://ftp.funet.fi/pub/X11/contrib/applications/
CATEGORIES+= networking
USE_IMAKE= yes
EXEC_DEPENDS= archie:${PORTSDIR}/net/archie
.include <bsd.port.mk>
|