ports/125062: irc/weechat: options for make config

Vladimir Kozbin wawaka at gmail.com
Fri Jun 27 22:10:04 UTC 2008


>Number:         125062
>Category:       ports
>Synopsis:       irc/weechat: options for make config
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 27 22:10:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Vladimir Kozbin
>Release:        7.0-RELEASE
>Organization:
>Environment:
>Description:
Patch adds menu options for make config.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2008-06-28 01:17:43.046122060 +0400
+++ Makefile	2008-06-28 01:57:10.445958072 +0400
@@ -23,8 +23,19 @@
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ARGS=	--disable-lua
 
+OPTIONS=	CHARSET "Build charset plugin" on \
+		ASPELL "Build aspell plugin" off \
+		PERL "Build perl plugin" off \
+		PYTHON "Build python plugin" off \
+		RUBY "Build ruby plugin" off \
+		GNUTLS "Enable gnutls support" off \
+		NLS "Enable native language support" on \
+		DEBUG "Enable debug" off
+
 MAN1=	weechat-curses.1
 
+.include <bsd.port.pre.mk>
+
 .if defined(WITH_DEBUG)
 CONFIGURE_ARGS+=	--with-debug=2
 .else
@@ -89,4 +100,4 @@
 PLIST_SUB+=	PERL="@comment "
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list