It was written to reduce the amount of time it takes to make changes to common information across a website, by keeping the content of the website separate from the design. Wsmake supports a model where the contents of the website are statically generated from sources.
25 lines
662 B
Makefile
25 lines
662 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/02/06 06:05:21 netcap Exp $
|
|
#
|
|
|
|
DISTNAME= wsmake-0.6.4
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wsmake/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://sourceforge.net/projects/wsmake/
|
|
COMMENT= Software for production and maintenance of web sites
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
#USE_BZIP2= yes
|
|
TEST_TARGET= check
|
|
|
|
# SUBST_CLASSES+= voidptr
|
|
# SUBST_STAGE.voidptr= post-patch
|
|
# SUBST_MESSAGE.voidptr= Replacing void * with char *
|
|
# SUBST_FILES.voidptr= libwsmake/wsUtil.cpp
|
|
# SUBST_SED.voidptr= s/void\*/char\*/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|