2013-06-04 18:41:39 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.32 2013/06/04 18:41:56 naddy Exp $
|
2001-05-06 03:19:44 +00:00
|
|
|
|
2007-09-15 21:36: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
|
|
|
|
|
2013-05-08 10:56:45 +00:00
|
|
|
REVISION = 7
|
2010-09-22 12:50:03 +00:00
|
|
|
|
2013-05-08 10:56:45 +00:00
|
|
|
HOMEPAGE = http://www.msweet.org/projects.php?Z1
|
2001-02-21 23:31:31 +00:00
|
|
|
|
2009-12-20 17:28:21 +00:00
|
|
|
MAINTAINER= Benoit Lecocq <benoit@openbsd.org>
|
2006-02-05 16:17:13 +00:00
|
|
|
|
2011-07-10 09:40:57 +00:00
|
|
|
# GPLv2 with OpenSSL exception.
|
2001-02-21 23:31:31 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
2009-01-16 07:52:50 +00:00
|
|
|
|
2010-09-22 12:50:03 +00:00
|
|
|
WANTLIB += c crypto m ssl z jpeg png
|
2001-02-21 23:36:28 +00:00
|
|
|
|
2002-12-16 17:01:23 +00:00
|
|
|
DISTFILES= ${DISTNAME}-source${EXTRACT_SUFX}
|
2013-05-08 10:56:45 +00:00
|
|
|
MASTER_SITES = http://www.msweet.org/files/project1/ \
|
|
|
|
ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/htmldoc/${V}/
|
2001-02-21 23:31:31 +00:00
|
|
|
|
2010-11-20 09:48:38 +00:00
|
|
|
USE_GROFF = Yes
|
2007-05-02 18:34:00 +00:00
|
|
|
|
2010-11-20 09:48:38 +00:00
|
|
|
LIB_DEPENDS= graphics/jpeg \
|
|
|
|
graphics/png
|
2001-02-21 23:31:31 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
2011-07-10 09:40:57 +00:00
|
|
|
CONFIGURE_ARGS+= --without-gui
|
2001-02-21 23:31:31 +00:00
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
2013-06-04 18:41:39 +00:00
|
|
|
CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
2002-12-16 17:01:23 +00:00
|
|
|
CPPFLAGS="-I${LOCALBASE}/include"
|
2006-12-26 14:07:10 +00:00
|
|
|
PORTHOME= ${WRKDIR}
|
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
|
|
|
|
|
2013-03-11 11:35:43 +00:00
|
|
|
NO_TEST= Yes
|
2002-10-28 13:40:41 +00:00
|
|
|
|
2001-02-21 23:31:31 +00:00
|
|
|
.include <bsd.port.mk>
|