blob: be5a4175b74bc1c858e228152c28de5067abe974 (
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.10
# Date created: 24 September 1994
# Whom: jkh
#
# $FreeBSD Id: Makefile,v 1.12 1996/12/01 01:23:22 obrien Exp
#
DISTNAME= xarchie-2.0.10
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= ports@FreeBSD.org
USE_IMAKE= yes
.include <bsd.port.mk>
|