diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-29 18:48:12 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-29 18:48:12 +0800 |
commit | 1346e941a80fded5493651d3613e79d9e84de188 (patch) | |
tree | 25b456344ef2a90beee9960df1231403960bffa0 /editors/fxite | |
parent | 3faa6012f7a9930cfee0a3fb05f885a30a94fbb6 (diff) | |
download | freebsd-ports-gnome-1346e941a80fded5493651d3613e79d9e84de188.tar.gz freebsd-ports-gnome-1346e941a80fded5493651d3613e79d9e84de188.tar.zst freebsd-ports-gnome-1346e941a80fded5493651d3613e79d9e84de188.zip |
- Add LICENSE_FILE
- Switch to USES=autoreconf
Diffstat (limited to 'editors/fxite')
-rw-r--r-- | editors/fxite/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile index 095705d9a25c..70db0ca421de 100644 --- a/editors/fxite/Makefile +++ b/editors/fxite/Makefile @@ -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 \ |