mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
24 lines
475 B
Makefile
24 lines
475 B
Makefile
# Created by: Joseph Koshy <jkoshy@FreeBSD.org>
|
|
|
|
PORTNAME= wsmake
|
|
PORTVERSION= 0.7.901
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF/${PORTNAME}/OldFiles
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Software for production and maintenance of web sites
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake tar:bzip2
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-gwsmake=no --enable-iswmake=no
|
|
|
|
INFO= wsmake iwsmake gwsmake
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|