mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
604af260c9
touch ../../ComLine/freebsd/.created cc -c -o ../../ComLine/freebsd/HTLine.o -O -pipe -DDEBUG -D__BSD__ -I../../Library/Implementation -I../../ComLine/Implementation -DVT=\"4.0D\" ../../ComLine/Implementation/HTLine.c cc -o ../../ComLine/freebsd/w3c_4.0D ../../ComLine/freebsd/HTLine.o -L../../Library/freebsd -lwww /usr/libexec/elf/ld: cannot open -lwww: No such file or directory *** Error code 1
29 lines
648 B
Makefile
29 lines
648 B
Makefile
# New ports collection makefile for: comline
|
|
# Version required: 4.0D
|
|
# Date created: 9 Dec 1995
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.7 1997/07/21 17:23:13 fenner Exp $
|
|
#
|
|
|
|
DISTNAME= WWW
|
|
PKGNAME= comline-4.0D
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.w3.org/pub/old/comline/ \
|
|
ftp://ftp.w3.org/pub/libwww/old/
|
|
DISTFILES= w3c-libwww-4.0D.tar.gz \
|
|
w3c_4.0D_src.tar.gz
|
|
|
|
MAINTAINER= ache@freebsd.org
|
|
|
|
BROKEN_ELF= -lwww
|
|
|
|
do-build:
|
|
cd ${WRKSRC}; ./BUILD comline
|
|
|
|
do-install:
|
|
${INSTALL} -s -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
|
${WRKSRC}/ComLine/freebsd/w3c ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|