blob: 0304e69bca9099aacf88125ae46a25a9d968e5fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# New ports collection makefile for: xarchie
# Version required: 2.0.9
# Date created: 24 September 1994
# Whom: jkh
#
# $Id: Makefile,v 1.3 1994/10/06 02:57:01 jkh Exp $
#
DISTNAME= xarchie-2.0.10
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/
MASTER_SITES+= ftp://ftp.funet.fi/pub/X11/contrib/applications/
USE_IMAKE= yes
DEPENDS= ${PORTSDIR}/net/archie
.include <bsd.port.mk>
|