1997-11-22 00:30:17 +00:00
|
|
|
# New ports collection makefile for: c2html
|
|
|
|
# Date created: 28 October 1997
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-31 02:11:56 +00:00
|
|
|
# $FreeBSD$
|
1997-11-22 00:30:17 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:54:47 +00:00
|
|
|
PORTNAME= c2html
|
2000-05-28 04:11:34 +00:00
|
|
|
PORTVERSION= 0.9.2
|
1997-11-22 00:30:17 +00:00
|
|
|
CATEGORIES= textproc www
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= apps/www/converters
|
|
|
|
|
1999-04-02 03:59:00 +00:00
|
|
|
MAINTAINER= mkamm@gmx.net
|
|
|
|
|
|
|
|
USE_AUTOCONF= yes
|
1997-11-22 00:30:17 +00:00
|
|
|
|
|
|
|
MAN1= c2html.1
|
|
|
|
|
1999-04-02 03:59:00 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/c2html
|
|
|
|
.for file in AUTHORS NEWS README
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/${file} ${PREFIX}/share/doc/c2html
|
1997-11-22 00:30:17 +00:00
|
|
|
.endfor
|
1999-04-02 03:59:00 +00:00
|
|
|
.endif
|
1997-11-22 00:30:17 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|