mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
4ff9a1759d
cern no longer maintain it. It doesn't have w3c_ prefix because there's no other "linemode" browser to confuse it with. :-) Somebody needs to update pkg/DESCR, it's very out of date. Untested, I can't get to the master size. Requested by: ache
27 lines
625 B
Makefile
27 lines
625 B
Makefile
# New ports collection makefile for: linemode
|
|
# Version required: 4.0D
|
|
# Date created: 17 April 1995
|
|
# Whom: NIIMI Satoshi <sa2c@and.or.jp>
|
|
#
|
|
# $Id: Makefile,v 1.10 1996/02/19 23:39:14 ache Exp $
|
|
#
|
|
|
|
DISTNAME= WWW
|
|
PKGNAME= linemode-4.0D
|
|
CATEGORIES+= www
|
|
MASTER_SITES= ftp://ftp.w3.org/pub/linemode/ \
|
|
ftp://ftp.w3.org/pub/libwww/
|
|
DISTFILES= libwww_4.0D_src.tar.gz \
|
|
www_4.0D_src.tar.gz
|
|
|
|
MAINTAINER= sa2c@and.or.jp
|
|
|
|
do-build:
|
|
cd ${WRKSRC}; ./BUILD linemode
|
|
|
|
do-install:
|
|
${INSTALL} -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${WRKSRC}/LineMode/freebsd/www ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|