2002-05-31 12:09:26 +02:00
|
|
|
# New ports collection makefile for: wsmake
|
|
|
|
# Date created: 31 May, 2002
|
|
|
|
# Whom: Joseph Koshy <jkoshy@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wsmake
|
2008-06-03 21:33:27 +02:00
|
|
|
PORTVERSION= 0.7.901
|
2002-05-31 12:09:26 +02:00
|
|
|
CATEGORIES= www
|
2006-12-01 11:18:15 +01:00
|
|
|
MASTER_SITES= SFE
|
2002-05-31 12:09:26 +02:00
|
|
|
|
2008-06-03 21:33:27 +02:00
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Software for production and maintenance of web sites
|
2002-05-31 12:09:26 +02:00
|
|
|
|
2004-09-21 19:36:01 +02:00
|
|
|
USE_BZIP2= yes
|
2008-06-03 21:33:27 +02:00
|
|
|
USE_GMAKE= yes
|
2004-09-21 19:36:01 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2008-06-03 21:33:27 +02:00
|
|
|
CONFIGURE_ARGS= --enable-gwsmake=no --enable-iswmake=no
|
2002-05-31 12:09:26 +02:00
|
|
|
|
2008-06-03 21:33:27 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2004-11-18 09:28:30 +01:00
|
|
|
|
2008-06-03 21:33:27 +02:00
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
CONFIGURE_ARGS+= --enable-docs=no
|
|
|
|
.else
|
|
|
|
INFO= wsmake iwsmake gwsmake
|
|
|
|
MAN1= wsmake.1
|
|
|
|
.endif
|
2004-09-21 19:36:01 +02:00
|
|
|
|
2008-06-03 21:33:27 +02:00
|
|
|
.include <bsd.port.post.mk>
|