summaryrefslogtreecommitdiff
path: root/www/wsmake/Makefile
blob: e0334a232ddb68f03a2debcd3ba5c75d2b4300db (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
27
28
29
30
# New ports collection makefile for: wsmake
# Date created:        31 May, 2002
# Whom:                Joseph Koshy <jkoshy@freebsd.org>
#
# $FreeBSD$
#

PORTNAME=	wsmake
PORTVERSION=	0.7.901
CATEGORIES=	www
MASTER_SITES=	SFE

MAINTAINER=	gahr@FreeBSD.org
COMMENT=	Software for production and maintenance of web sites

USE_BZIP2=	yes
USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-gwsmake=no --enable-iswmake=no

.include <bsd.port.pre.mk>

.if defined(NOPORTDOCS)
CONFIGURE_ARGS+=	--enable-docs=no
.else
INFO=	wsmake iwsmake gwsmake
MAN1=	wsmake.1
.endif

.include <bsd.port.post.mk>