openbsd-ports/www/wml/Makefile
merdely ba8add3ebb Remove surrounding quotes from
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE

Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)
2007-09-15 20:38:20 +00:00

45 lines
933 B
Makefile

# $OpenBSD: Makefile,v 1.2 2007/09/15 20:38:26 merdely 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>