mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
- Add LICENSE_FILE
- helpes - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
fb280c4667
commit
f73cbe45f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446375
2 changed files with 5 additions and 12 deletions
|
@ -12,6 +12,7 @@ MAINTAINER= enlightenment@FreeBSD.org
|
|||
COMMENT= Module to set Alarms in Enlightenment
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= enlightenment:x11-wm/enlightenment
|
||||
RUN_DEPENDS= enlightenment:x11-wm/enlightenment
|
||||
|
@ -25,16 +26,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>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
A module to set Alarms in Enlightenment 17.
|
||||
|
||||
WWW: http://www.enlightenment.org/
|
||||
WWW: https://www.enlightenment.org/
|
||||
|
|
Loading…
Add table
Reference in a new issue