svn commit: r387789 - head/editors/fxite
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri May 29 10:48:13 UTC 2015
Author: amdmi3
Date: Fri May 29 10:48:12 2015
New Revision: 387789
URL: https://svnweb.freebsd.org/changeset/ports/387789
Log:
- Add LICENSE_FILE
- Switch to USES=autoreconf
Modified:
head/editors/fxite/Makefile
Modified: head/editors/fxite/Makefile
==============================================================================
--- head/editors/fxite/Makefile Fri May 29 10:02:53 2015 (r387788)
+++ head/editors/fxite/Makefile Fri May 29 10:48:12 2015 (r387789)
@@ -10,6 +10,7 @@ MAINTAINER= ports at 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 \
More information about the svn-ports-head
mailing list