2314c85f45
zap default spec that are not needed convert libspecs as well convert p* to REVISION. No package changes
31 lines
683 B
Makefile
31 lines
683 B
Makefile
# $OpenBSD: Makefile,v 1.18 2010/11/15 00:22:50 espie Exp $
|
|
|
|
COMMENT = on-the-fly HTML to WML conversion
|
|
|
|
DISTNAME = html2wml-0.4.11
|
|
CATEGORIES = converters www perl5
|
|
|
|
HOMEPAGE = http://maddingue.free.fr/softwares/html2wml.html.en
|
|
|
|
# GPLv2
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
MASTER_SITES = http://maddingue.free.fr/softwares/download/Html2Wml/
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = www/p5-libwww \
|
|
textproc/p5-XML-Parser \
|
|
textproc/p5-XML-LibXML \
|
|
textproc/p5-XML-Checker \
|
|
textproc/p5-Text-Template
|
|
|
|
NO_BUILD = Yes
|
|
USE_GMAKE = Yes
|
|
USE_GROFF = Yes
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|