fa55d66dfd
Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, it provides a separation between presentation code and application logic which makes working with your project easier. from markus@
35 lines
673 B
Makefile
35 lines
673 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/05/26 01:33:38 sturm Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "fast, powerful, and language-neutral HTML template system"
|
|
|
|
DISTNAME= clearsilver-0.9.14
|
|
CATEGORIES= www net
|
|
|
|
HOMEPAGE= http://www.clearsilver.net/
|
|
|
|
MAINTAINER= Markus Friedl <markus@openbsd.org>
|
|
|
|
# Apache 1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c z
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/downloads/
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --disable-csharp \
|
|
--disable-java \
|
|
--disable-python \
|
|
--disable-ruby
|
|
|
|
do-regress:
|
|
@cd ${WRKSRC}/perl && ${MAKE_PROGRAM} test
|
|
|
|
.include <bsd.port.mk>
|