- Add LICENSE_FILE
- Switch to USES=autoreconf
This commit is contained in:
parent
f320236733
commit
92fa008ffa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387789
1 changed files with 3 additions and 4 deletions
|
@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Advanced cross-platform text editor
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= #
|
||||
|
||||
|
@ -23,10 +24,8 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= yetanothergeek
|
||||
GH_TAGNAME= FXITE-0_91
|
||||
|
||||
USES= gmake pkgconfig lua:51 desktop-file-utils
|
||||
USE_AUTOTOOLS= aclocal autoconf automake
|
||||
ACLOCAL_ARGS= --force -I m4
|
||||
AUTOMAKE_ARGS= --gnu --add-missing --copy
|
||||
USES= autoreconf gmake pkgconfig lua:51 desktop-file-utils
|
||||
GNU_CONFIGURE= yes
|
||||
CXXFLAGS+= -fPIC
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
||||
CONFIGURE_ARGS+=--with-system-lua \
|
||||
|
|
Loading…
Reference in a new issue