2006-09-23 10:14:34 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.17 2006/09/23 10:14:34 steven Exp $
|
2001-05-06 03:19:44 +00:00
|
|
|
|
|
|
|
COMMENT= "convert HTML pages to PDF/PS format"
|
2001-02-21 23:31:31 +00:00
|
|
|
|
2006-09-23 10:14:34 +00:00
|
|
|
V= 1.8.27
|
2002-08-10 20:12:36 +00:00
|
|
|
DISTNAME= htmldoc-${V}
|
2001-02-21 23:31:31 +00:00
|
|
|
CATEGORIES= print www
|
|
|
|
|
2006-09-23 10:14:34 +00:00
|
|
|
HOMEPAGE= http://www.htmldoc.org/
|
2001-02-21 23:31:31 +00:00
|
|
|
|
2006-02-05 16:17:13 +00:00
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@lphp.org>
|
|
|
|
|
2001-02-21 23:31:31 +00:00
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2006-09-23 10:14:34 +00:00
|
|
|
WANTLIB= png ssl X11 m crypto c jpeg Xext z Xpm
|
2001-02-21 23:31:31 +00:00
|
|
|
|
2001-02-21 23:36:28 +00:00
|
|
|
USE_X11= Yes
|
|
|
|
|
2002-12-16 17:01:23 +00:00
|
|
|
DISTFILES= ${DISTNAME}-source${EXTRACT_SUFX}
|
2002-08-10 20:12:36 +00:00
|
|
|
MASTER_SITES= ftp://ftp.easysw.com/pub/htmldoc/${V}/ \
|
|
|
|
ftp://ftp2.easysw.com/pub/htmldoc/${V}/ \
|
2006-09-23 10:14:34 +00:00
|
|
|
ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/htmldoc/${V}/ \
|
|
|
|
ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/htmldoc/${V}/
|
2001-02-21 23:31:31 +00:00
|
|
|
|
2006-08-03 23:28:11 +00:00
|
|
|
LIB_DEPENDS= fltk.>=1,fltk_images.>=1::x11/fltk
|
2001-02-21 23:31:31 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
2002-12-16 17:01:23 +00:00
|
|
|
CXXFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include"
|
2006-09-23 10:14:34 +00:00
|
|
|
PORTHOME= ${WRKDIST}
|
2001-02-21 23:31:31 +00:00
|
|
|
|
2002-08-10 20:12:36 +00:00
|
|
|
post-extract:
|
|
|
|
@rm -rf ${WRKSRC}/jpeg ${WRKSRC}/png ${WRKSRC}/zlib
|
|
|
|
|
2006-02-05 16:17:13 +00:00
|
|
|
post-configure:
|
|
|
|
@perl -pi -e "s,\\$$\\{DESTDIR},," ${WRKSRC}/config.h
|
|
|
|
|
2002-10-28 13:40:41 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2001-02-21 23:31:31 +00:00
|
|
|
.include <bsd.port.mk>
|