Date: Fri, 29 May 2015 10:48:12 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r387789 - head/editors/fxite Message-ID: <201505291048.t4TAmCPo069871@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505291048.t4TAmCPo069871>