- Pet portlint
- Switch to options helpers - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
576cdc7878
commit
9f1ba79e65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=445395
2 changed files with 5 additions and 13 deletions
|
@ -6,6 +6,7 @@ PORTVERSION= 20140818
|
|||
PORTREVISION= 2
|
||||
CATEGORIES= x11-wm enlightenment
|
||||
MASTER_SITES= LOCAL/gblach/enlightenment/
|
||||
DIST_SUBDIR= enlightenment
|
||||
|
||||
MAINTAINER= enlightenment@FreeBSD.org
|
||||
COMMENT= Enlightenment websearch plugin for the "everything" module
|
||||
|
@ -14,7 +15,6 @@ BUILD_DEPENDS= enlightenment:x11-wm/enlightenment
|
|||
RUN_DEPENDS= enlightenment:x11-wm/enlightenment
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl
|
||||
|
||||
DIST_SUBDIR= enlightenment
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake libtool pkgconfig tar:xz
|
||||
INSTALL_TARGET= install-strip
|
||||
|
@ -22,16 +22,8 @@ INSTALL_TARGET= install-strip
|
|||
.include "../enlightenment/Makefile.plist"
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MNLS}
|
||||
USES+= gettext
|
||||
CONFIGURE_ARGS+=--enable-nls
|
||||
PLIST_SUB+= NLS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-nls
|
||||
PLIST_SUB+= NLS="@comment "
|
||||
.endif
|
||||
OPTIONS_SUB= yes
|
||||
NLS_USES= gettext
|
||||
NLS_CONFIGURE_ENABLE= nls
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -2,4 +2,4 @@ Helps to find stuff on Wikipedia, use Google suggestions
|
|||
and 'Google for it'(tm) action.
|
||||
Triggers can be configured, defaults are 'g ' and 'w '.
|
||||
|
||||
WWW: http://www.enlightenment.org/
|
||||
WWW: https://www.enlightenment.org/
|
||||
|
|
Loading…
Reference in a new issue