summaryrefslogtreecommitdiff
path: root/www/links
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-04-14 06:07:45 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-04-14 06:07:45 +0000
commit2310685fb308a6c90d1d3ebfcfe7476527c45548 (patch)
tree2876452c1d2e0b67a3fec447356e67f901a47984 /www/links
parent[PATCH] sysutils/graphicboot: UNBREAK (diff)
[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
Notes
Notes: svn path=/head/; revision=159469
Diffstat (limited to 'www/links')
-rw-r--r--www/links/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/www/links/Makefile b/www/links/Makefile
index 8e471258d5cc..4800576675dc 100644
--- a/www/links/Makefile
+++ b/www/links/Makefile
@@ -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