openbsd-ports/www/links+/Makefile
bcallah 6a11d09520 Update to 2.9 -- remove nonexistant sdl configure option and switch to
using upstream's configure file instead of using autoconf.
2015-01-01 15:19:49 +00:00

45 lines
892 B
Makefile

# $OpenBSD: Makefile,v 1.52 2015/01/01 15:19:49 bcallah Exp $
COMMENT= graphics and text browser
VER= 2.9
DISTNAME= links-${VER}
PKGNAME= links+-${VER}
CATEGORIES= www
HOMEPAGE= http://links.twibright.com/
MAINTAINER= Brian Callahan <bcallah@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= bz2 c crypto lzma m ssl z
MASTER_SITES= http://links.twibright.com/download/
LIB_DEPENDS= archivers/bzip2 \
archivers/xz
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-ssl
USE_GROFF = Yes
FLAVORS= no_x11
FLAVOR?=
.if !${FLAVOR:Mno_x11}
LIB_DEPENDS+= graphics/jpeg \
graphics/png \
graphics/tiff
CONFIGURE_ARGS+= --with-x --enable-graphics
WANTLIB+= X11 jpeg>=62 png>=2 tiff>=35
MESSAGE= ${PKGDIR}/MESSAGE.x11
.endif
NO_TEST= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/links+
${INSTALL_DATA} ${WRKSRC}/doc/links_cal/* ${PREFIX}/share/links+
.include <bsd.port.mk>