openbsd-ports/www/links+/Makefile

50 lines
960 B
Makefile
Raw Normal View History

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