openbsd-ports/www/wml/Makefile
bernd 7d776e30ff Initial import of wml-2.0.9.
WML is a free and extensible Webdesigner's off-line HTML generation
toolkit. It consists of a control frontend driving up to nine backends
in a sequential pass-oriented filtering scheme.  Each backend provides
one particular core language.  For maximum power WML additionally ships
with a well-suited set of include files which provide higher-level
features built on top of the backend core languages.  While not trivial
and idiot proof WML provides most of the core features real hackers
always wanted for HTML generation.

Lots of testing and feedback from steven@. Thanks!
2006-07-14 16:12:12 +00:00

45 lines
937 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/07/14 16:12:12 bernd Exp $
COMMENT= "Website META Language"
DISTNAME= wml-2.0.9
CATEGORIES= www
HOMEPAGE= http://www.thewml.org/
MAINTAINER= Bernd Ahlers <bernd@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}distrib/
WANTLIB= c m ncurses perl util
MODULES= devel/gettext
RUN_DEPENDS= ::devel/p5-Term-ReadKey \
::graphics/p5-GD \
::graphics/p5-Image-Size \
::math/p5-Bit-Vector \
::www/p5-HTML-Clean \
::www/tidy
BUILD_DEPENDS= ${RUN_DEPENDS}
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-openworld
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ENV= EXT_TIDY=${LOCALBASE}/bin/tidy \
EXT_HTMLCLEAN=${LOCALBASE}/bin/htmlclean
post-extract:
@rm -f ${WRKSRC}/wml_aux/tidy/*.orig
.include <bsd.port.mk>