2010-11-22 08:36:47 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.42 2010/11/22 08:36:49 espie Exp $
|
2002-07-25 01:56:42 +00:00
|
|
|
|
2007-10-20 11:44:23 +00:00
|
|
|
COMMENT= graphics and text browser
|
2002-07-25 01:56:42 +00:00
|
|
|
|
2008-10-10 23:08:26 +00:00
|
|
|
VER= 2.2
|
2002-07-25 01:56:42 +00:00
|
|
|
DISTNAME= links-${VER}
|
2010-07-12 22:02:27 +00:00
|
|
|
PKGNAME= links+-${VER}
|
|
|
|
REVISION= 1
|
2008-03-25 18:01:43 +00:00
|
|
|
|
2002-07-25 01:56:42 +00:00
|
|
|
CATEGORIES= www
|
|
|
|
|
2005-09-28 05:59:36 +00:00
|
|
|
HOMEPAGE= http://links.twibright.com/
|
2002-07-25 01:56:42 +00:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
WANTLIB= bz2>=10 c crypto m ssl z
|
2008-03-25 18:01:43 +00:00
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}download/
|
|
|
|
|
2010-11-22 08:36:47 +00:00
|
|
|
LIB_DEPENDS= archivers/bzip2
|
2002-07-25 01:56:42 +00:00
|
|
|
|
2006-02-01 14:57:06 +00:00
|
|
|
AUTOCONF_VERSION=2.13
|
|
|
|
CONFIGURE_STYLE= autoconf
|
2007-10-20 11:44:23 +00:00
|
|
|
CONFIGURE_ARGS+= --with-ssl --without-sdl
|
2010-10-19 08:02:53 +00:00
|
|
|
USE_GROFF = Yes
|
2002-07-25 01:56:42 +00:00
|
|
|
|
2008-03-25 18:01:43 +00:00
|
|
|
FLAVORS= no_x11
|
|
|
|
FLAVOR?=
|
|
|
|
|
2002-07-25 01:56:42 +00:00
|
|
|
.if !${FLAVOR:L:Mno_x11}
|
2010-11-22 08:36:47 +00:00
|
|
|
LIB_DEPENDS+= graphics/jpeg \
|
|
|
|
graphics/png \
|
|
|
|
graphics/tiff
|
2002-08-03 20:50:48 +00:00
|
|
|
CONFIGURE_ARGS+= --with-x --enable-graphics
|
2010-11-22 08:36:47 +00:00
|
|
|
WANTLIB+= X11 jpeg>=62 png>=2 pthread-stubs tiff>=35 xcb
|
2010-07-12 22:02:27 +00:00
|
|
|
MESSAGE= ${PKGDIR}/MESSAGE.x11
|
2002-07-25 01:56:42 +00:00
|
|
|
.endif
|
|
|
|
|
2005-09-28 05:59:36 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2002-07-25 01:56:42 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/links+
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/links_cal/* ${PREFIX}/share/links+
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|