b9aa828ebc
- Add LICENSE
29 lines
585 B
Makefile
29 lines
585 B
Makefile
# Created by: Joseph Koshy <jkoshy@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wsmake
|
|
PORTVERSION= 0.7.901
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF/${PORTNAME}/OldFiles
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Software for production and maintenance of web sites
|
|
|
|
LICENSE= GPLv2 # or later
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-gwsmake=no --enable-iswmake=no
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
|
INFO= wsmake iwsmake gwsmake
|
|
.else
|
|
CONFIGURE_ARGS+= --enable-docs=no
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|