blob: cd29a7cf030926055af22f4e6cccddc1dbdd3c93 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Created by: Joseph Koshy <jkoshy@FreeBSD.org>
# $FreeBSD$
PORTNAME= wsmake
PORTVERSION= 0.7.901
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/OldFiles
MAINTAINER= gahr@FreeBSD.org
COMMENT= Software for production and maintenance of web sites
OPTIONS_DEFINE= DOCS
USES= gmake tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-gwsmake=no --enable-iswmake=no
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
INFO= wsmake iwsmake gwsmake
.else
CONFIGURE_ARGS+= --enable-docs=no
.endif
.include <bsd.port.mk>
|