diff -urN links.FPT/Makefile links/Makefile --- links.FPT/Makefile Mon Jan 23 12:18:52 2006 +++ links/Makefile Mon Feb 6 20:23:33 2006 @@ -22,7 +22,9 @@ USE_OPENSSL= yes USE_BZIP2= yes -USE_REINPLACE= yes + +OPTIONS= SVGALIB "non-X11 graphics support" off \ + X11 "X11 graphics support" on .include @@ -32,8 +34,10 @@ 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 @@ 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