openbsd-ports/www/wml/Makefile

40 lines
863 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.15 2013/03/22 21:52:16 sthen Exp $
COMMENT= Website META Language: off-line HTML generation toolkit
DISTNAME= wml-2.0.11
REVISION= 4
CATEGORIES= www
HOMEPAGE= http://www.thewml.org/
2010-07-31 10:35:15 -04:00
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}/distrib/
WANTLIB= c m ncurses perl util
MODULES= devel/gettext
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= devel/p5-Term-ReadKey \
graphics/p5-GD \
graphics/p5-Image-Size \
math/p5-Bit-Vector \
www/p5-HTML-Clean \
www/tidyp>=1.04p1
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= ${RUN_DEPENDS}
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:
2011-05-01 16:43:24 -04:00
rm ${WRKSRC}/wml_aux/tidy/*.orig
.include <bsd.port.mk>