mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Remove the current MAINTAINER from his position, and now
ports@FreeBSD.org will take care of it. PR: ports/17849 Requested by: MAINTAINER Owing to: pressure of business Plus some style fixes. - Use ${INSTALL_PROGRAM} - Use PORTNAME/PORTVERSION and utilize PORTVERSION for other parts - Define WRKSRC
This commit is contained in:
parent
7af990697f
commit
9ed2cd15cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27406
@ -1,28 +1,28 @@
|
||||
# New ports collection makefile for: linemode
|
||||
# Version required: 4.0D
|
||||
# Date created: 17 April 1995
|
||||
# Whom: NIIMI Satoshi <sa2c@and.or.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= WWW
|
||||
PKGNAME= linemode-4.0D
|
||||
PORTNAME= linemode
|
||||
PORTVERSION= 4.0D
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ftp://ftp.w3.org/pub/linemode/old/ \
|
||||
MASTER_SITES= ftp://ftp.w3.org/pub/linemode/old/ \
|
||||
ftp://ftp.w3.org/pub/libwww/old/ \
|
||||
ftp://ftp-eu.w3.org/pub/linemode/old/ \
|
||||
ftp://ftp-eu.w3.org/pub/libwww/old/
|
||||
DISTFILES= w3c-libwww-4.0D.tar.gz \
|
||||
www_4.0D_src.tar.gz
|
||||
DISTFILES= w3c-libwww-${PORTVERSION}.tar.gz \
|
||||
www_${PORTVERSION}_src.tar.gz
|
||||
|
||||
MAINTAINER= sa2c@and.or.jp
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/WWW
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC}; ./BUILD linemode
|
||||
|
||||
do-install:
|
||||
${INSTALL} -c -s -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
|
||||
${WRKSRC}/LineMode/freebsd/www ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/LineMode/freebsd/www ${PREFIX}/bin/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user