openbsd-ports/www/links+/Makefile

43 lines
912 B
Makefile
Raw Normal View History

2006-12-16 07:22:32 -05:00
# $OpenBSD: Makefile,v 1.30 2006/12/16 12:22:35 espie Exp $
COMMENT= "graphics and text browser with javascript support"
VER= 2.1pre26
DISTNAME= links-${VER}
PKGNAME= links+-${VER}
CATEGORIES= www
2005-10-12 00:02:22 -04:00
MASTER_SITES= ${HOMEPAGE}download/
HOMEPAGE= http://links.twibright.com/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-11 08:29:20 -05:00
WANTLIB= c crypto m ssl
FLAVORS= no_x11
FLAVOR?=
AUTOCONF_VERSION=2.13
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS+= --enable-javascript --with-ssl --without-sdl
.if !${FLAVOR:L:Mno_x11}
2006-08-03 20:10:42 -04:00
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
png.>=2::graphics/png \
tiff.>=35::graphics/tiff
2003-03-31 09:49:13 -05:00
USE_X11= Yes
CONFIGURE_ARGS+= --with-x --enable-graphics
2004-12-11 08:29:20 -05:00
WANTLIB+= X11 z
.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>