mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
[PATCH] www/links: OPTIONify
Add OPTIONS support. Drop USE_REINPLACE while here PR: ports/92907 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: maintainer timeout
This commit is contained in:
parent
7ed7297412
commit
2310685fb3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159469
@ -22,7 +22,9 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
USE_OPENSSL= yes
|
||||
USE_BZIP2= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
OPTIONS= SVGALIB "non-X11 graphics support" off \
|
||||
X11 "X11 graphics support" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -32,8 +34,10 @@ LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib \
|
||||
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff
|
||||
CONFIGURE_ARGS+= --enable-graphics
|
||||
OPTIONS_MESG= "non-X11 graphics support enabled, "
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-svgalib
|
||||
OPTIONS_MESG= "non-X11 graphics support disabled, "
|
||||
.endif
|
||||
|
||||
.if !defined(WITHOUT_X11)
|
||||
@ -42,16 +46,17 @@ LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \
|
||||
tiff.4:${PORTSDIR}/graphics/tiff
|
||||
USE_XLIB= yes
|
||||
CONFIGURE_ARGS+= --enable-graphics --with-x
|
||||
OPTIONS_MESG+= "X11 graphics support enabled."
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-x
|
||||
OPTIONS_MESG+= "X11 graphics support disabled."
|
||||
.endif
|
||||
|
||||
MAN1= links.1
|
||||
PLIST_FILES= bin/links
|
||||
|
||||
pre-everything::
|
||||
@${ECHO_MSG} "Use 'make -DWITH_SVGALIB' to enable svgalib (non-X11) graphics support."
|
||||
@${ECHO_MSG} "Use 'make -DWITHOUT_X11' to disable X11 graphics support."
|
||||
@${ECHO_MSG} ${OPTIONS_MESG}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s!/etc/!${PREFIX}/etc/!" ${WRKSRC}/default.c
|
||||
|
Loading…
Reference in New Issue
Block a user