1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/www/wsmake/Makefile

28 lines
538 B
Makefile

# 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
USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-gwsmake=no --enable-iswmake=no
NO_STAGE= yes
.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>