2002-12-16 12:01:23 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2002/12/16 17:01:23 wilfried Exp $
|
2001-05-05 23:19:44 -04:00
|
|
|
|
|
|
|
COMMENT= "convert HTML pages to PDF/PS format"
|
2001-02-21 18:31:31 -05:00
|
|
|
|
2002-12-16 12:01:23 -05:00
|
|
|
V= 1.8.23
|
2002-08-10 16:12:36 -04:00
|
|
|
DISTNAME= htmldoc-${V}
|
2001-02-21 18:31:31 -05:00
|
|
|
CATEGORIES= print www
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.easysw.com/htmldoc
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2001-02-21 18:36:28 -05:00
|
|
|
USE_X11= Yes
|
|
|
|
|
2002-12-16 12:01:23 -05:00
|
|
|
DISTFILES= ${DISTNAME}-source${EXTRACT_SUFX}
|
2002-08-10 16:12:36 -04:00
|
|
|
MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/${V}/ \
|
|
|
|
ftp://ftp2.easysw.com/pub/htmldoc/${V}/ \
|
|
|
|
ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/htmldoc/${V}/
|
2001-02-21 18:31:31 -05:00
|
|
|
|
2002-09-13 18:18:28 -04:00
|
|
|
LIB_DEPENDS= fltk.1,fltk_images.1::x11/fltk
|
2001-02-21 18:31:31 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
2002-12-16 12:01:23 -05:00
|
|
|
CXXFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include"
|
2001-02-21 18:31:31 -05:00
|
|
|
|
2002-08-10 16:12:36 -04:00
|
|
|
post-extract:
|
|
|
|
@rm -rf ${WRKSRC}/jpeg ${WRKSRC}/png ${WRKSRC}/zlib
|
|
|
|
|
2002-10-28 08:40:41 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2001-02-21 18:31:31 -05:00
|
|
|
.include <bsd.port.mk>
|