pkgsrc/www/wml/Makefile

51 lines
1.5 KiB
Makefile
Raw Normal View History

2004-04-25 08:10:09 +02:00
# $NetBSD: Makefile,v 1.15 2004/04/25 06:17:46 snj Exp $
2000-09-04 23:41:50 +02:00
#
2000-09-05 02:11:02 +02:00
DISTNAME= wml-2.0.3
2003-07-13 15:50:19 +02:00
PKGREVISION= 1
2000-09-04 23:41:50 +02:00
CATEGORIES= www perl5
MASTER_SITES= http://www.engelschall.com/sw/wml/distrib/
MAINTAINER= kim@tac.nyc.ny.us
HOMEPAGE= http://www.engelschall.com/sw/wml/
COMMENT= Web Meta Language
2000-09-04 23:41:50 +02:00
DEPENDS+= p5-Bit-Vector>=5.2:../../devel/p5-Bit-Vector
DEPENDS+= p5-File-PathConvert-[0-9]*:../../devel/p5-File-PathConvert
2000-09-04 23:41:50 +02:00
DEPENDS+= p5-Image-Size>=2.6:../../graphics/p5-Image-Size
DEPENDS+= p5-Term-ReadKey>=2.11:../../devel/p5-Term-ReadKey
#DEPENDS+= tidy-[0-9]*:../../www/tidy
2000-09-04 23:41:50 +02:00
GNU_CONFIGURE= yes
# Don't change incdir/libdir -- they need to be this way so
# that ncurses.h is found even if base system curses.h is used.
2000-09-04 23:41:50 +02:00
CONFIGURE_ARGS= --with-perl=${PERL5} \
--with-incdir=${LOCALBASE}/include \
--with-libdir=${LOCALBASE}/lib \
2000-09-04 23:41:50 +02:00
--with-openworld \
--with-tidy=${LOCALBASE}/bin/tidy
2004-04-25 08:10:09 +02:00
USE_BUILDLINK3= yes
TEST_TARGET= test
2001-12-25 20:25:28 +01:00
INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]*
2003-12-29 19:22:47 +01:00
INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-C]*
2001-12-25 20:25:28 +01:00
2000-09-04 23:41:50 +02:00
post-install:
cd ${PREFIX}/man/cat1 ; \
for i in wml_aux_linklint wml_aux_tidy wml_aux_txt2html wml_p4_gm4 ; \
do \
${MV} $${i}.1 $${i}.0 ; \
done
cd ${PREFIX}/man/cat7 ; \
for i in wml_barebone wml_std_css1 wml_std_css2 wml_std_csspos \
wml_std_html20 wml_std_html32 wml_std_html40 wml_std_html401 \
wml_std_wai10 wml_std_xhtml10 ; \
do \
${MV} $${i}.7 $${i}.0 ; \
done
2004-04-25 08:10:09 +02:00
.include "../../devel/ncurses/buildlink3.mk"
.include "../../lang/perl5/buildlink3.mk"
2000-09-04 23:41:50 +02:00
.include "../../mk/bsd.pkg.mk"