summaryrefslogtreecommitdiff
path: root/www/linemode/Makefile
blob: bfe351014e5f2eb2e42e4ef971f12d71ad22c731 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	cern_linemode
# Version required:	3.0 / 3.0
# Date created:		17 April 1995
# Whom:			NIIMI Satoshi <sa2c@and.or.jp>
#
# $Id: Makefile,v 1.2 1995/04/22 12:29:46 asami Exp $
#

DISTNAME=	WWW
PKGNAME=	cern_linemode-3.0
CATEGORIES+=	networking
MASTER_SITES=	ftp://ftp.w3.org/pub/www/src/
# ^is this correct?
DISTFILES=	WWWLineMode_3.0.tar.Z WWWLibrary_3.0.tar.Z

PATCH_STRIP=	-p1

do-install:
	install -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
		${WRKSRC}/LineMode/unix/www ${PREFIX}/bin

.include <bsd.port.mk>