ba8add3ebb
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here (ok naddy@)
44 lines
954 B
Makefile
44 lines
954 B
Makefile
# $OpenBSD: Makefile,v 1.33 2007/09/15 20:38:21 merdely Exp $
|
|
|
|
COMMENT= graphics and text browser with javascript support
|
|
|
|
VER= 2.1pre28
|
|
DISTNAME= links-${VER}
|
|
PKGNAME= links+-${VER}p0
|
|
CATEGORIES= www
|
|
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
|
|
WANTLIB= c crypto m ssl z
|
|
|
|
FLAVORS= no_x11
|
|
FLAVOR?=
|
|
|
|
AUTOCONF_VERSION=2.13
|
|
CONFIGURE_STYLE= autoconf
|
|
CONFIGURE_ARGS+= --enable-javascript --with-ssl --without-sdl
|
|
|
|
.if !${FLAVOR:L:Mno_x11}
|
|
LIB_DEPENDS= jpeg.>=62::graphics/jpeg \
|
|
png.>=2::graphics/png \
|
|
tiff.>=35::graphics/tiff
|
|
USE_X11= Yes
|
|
CONFIGURE_ARGS+= --with-x --enable-graphics
|
|
WANTLIB+= X11
|
|
.endif
|
|
LIB_DEPENDS+= bz2.>=10::archivers/bzip2
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/links+
|
|
${INSTALL_DATA} ${WRKSRC}/doc/links_cal/* ${PREFIX}/share/links+
|
|
|
|
.include <bsd.port.mk>
|