1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/textproc/htmlsection/Makefile
Trevor Johnson 52417b0791 Complete the change of domain name from sut.ac.jp to tus.ac.jp
(except in "Whom" lines).

Submitted by:	hrs
PR:		38196
2002-11-05 21:05:03 +00:00

36 lines
945 B
Makefile

# New ports collection makefile for: htmlsection
# Date created: 2 October 2001
# Whom: SAKAI Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
#
# $FreeBSD$
#
PORTNAME= htmlsection
PORTVERSION= 1.0
CATEGORIES= textproc www
MASTER_SITES= http://www.seki.ee.kagu.tus.ac.jp/~sakai/myfreesoft/ \
http://hp.vector.co.jp/authors/VA014157/myfreesoft/ \
http://www.people.or.jp/~hsakai/myfreesoft/
MAINTAINER= sakai@seki.ee.kagu.tus.ac.jp
MAN1= htmlsection.1
MANCOMPRESSED= yes
pre-build:
@(echo perl is set ${PERL} in pre-build:)
@(cd ${WRKSRC}; ./findperl.sh ${PERL} > whereperl)
@(cd ${WRKSRC}; ${CAT} whereperl)
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/htmlsection ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/htmlsection.1.gz ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in INSTALL README htmlsection_orig.html htmlsection.html
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>