1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/www/wsmake/Makefile
Erwin Lansing 11b605ad95 - Remove docs and examples, since they disappeared from master site
- Use master site magic
- Eliminate pkg-plist
- Fix WWW
- portlint(1)

PR:		106035
Submitted by:	gabor
2006-12-01 10:18:15 +00:00

25 lines
487 B
Makefile

# New ports collection makefile for: wsmake
# Date created: 31 May, 2002
# Whom: Joseph Koshy <jkoshy@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= wsmake
PORTVERSION= 0.6.4
CATEGORIES= www
MASTER_SITES= SFE
MAINTAINER= ports@FreeBSD.org
COMMENT= Software for production and maintenance of web sites
USE_BZIP2= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/wsmake
post-patch:
@${REINPLACE_CMD} -e 's,void\*,char\*,g' ${WRKSRC}/libwsmake/wsUtil.cpp
.include <bsd.port.mk>