blob: c3df7a2b3ab1b1c27fc7a9493d44781996006a48 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: htmldoc
# Date created: 12 June 2001
# Whom: Glenn Trewitt <glenn@trewitt.org>
#
# $FreeBSD$
#
PORTNAME= htmldoc
PORTVERSION= 1.8.18
CATEGORIES= textproc
MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION}
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
MAINTAINER= glenn@trewitt.org
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= htmldoc.1
.include <bsd.port.mk>
|