aboutsummaryrefslogtreecommitdiff
path: root/editors/fxite
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-01-23 10:15:29 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-01-23 10:15:29 +0000
commit86f745e5e50219aec13975450b54167debe52747 (patch)
tree9080d19a241790e1ca61d92e47a9fc1fe0d211c7 /editors/fxite
parentbd26a962f271ca29e54f0d5fed6da11115661201 (diff)
downloadports-86f745e5e50219aec13975450b54167debe52747.tar.gz
ports-86f745e5e50219aec13975450b54167debe52747.zip
- Update to 0.92
- STAGE-clean - Convert to USES=gmake
Notes
Notes: svn path=/head/; revision=340821
Diffstat (limited to 'editors/fxite')
-rw-r--r--editors/fxite/Makefile11
-rw-r--r--editors/fxite/distinfo4
2 files changed, 6 insertions, 9 deletions
diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile
index 7be45e0ac88c..47108f9f789d 100644
--- a/editors/fxite/Makefile
+++ b/editors/fxite/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= fxite
-PORTVERSION= 0.91
-PORTREVISION= 3
+PORTVERSION= 0.92
CATEGORIES= editors
MAINTAINER= gahr@FreeBSD.org
@@ -22,12 +21,11 @@ GH_ACCOUNT= yetanothergeek
GH_TAGNAME= FXITE-0_91
GH_COMMIT= c2ecac3
-USES= pkgconfig
+USES= gmake pkgconfig
USE_LUA= yes
USE_AUTOTOOLS= aclocal autoconf automake
ACLOCAL_ARGS= --force -I m4
AUTOMAKE_ARGS= --gnu --add-missing --copy
-USE_GMAKE= yes
CXXFLAGS+= -fPIC
LDFLAGS+= -L${LOCALBASE}/lib -lintl
CONFIGURE_ARGS+=--with-system-lua \
@@ -35,18 +33,17 @@ CONFIGURE_ARGS+=--with-system-lua \
CONFIGURE_ENV+= FOX_CFLAGS="${FOX_CFLAGS}" \
FOX_LIBS="${FOX_LIBS}"
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MFOX16}
-LIB_DEPENDS+= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16
+LIB_DEPENDS+= libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16
CONFIGURE_ENV+= RESWRAP=${LOCALBASE}/bin/reswrap
FOX_CFLAGS+= `fox-config --cflags`
FOX_LIBS+= `fox-config --libs`
.endif
.if ${PORT_OPTIONS:MFOX17}
-LIB_DEPENDS+= FOX-1.7:${PORTSDIR}/x11-toolkits/fox17
+LIB_DEPENDS+= libFOX-1.7.so:${PORTSDIR}/x11-toolkits/fox17
CONFIGURE_ENV+= RESWRAP=${LOCALBASE}/bin/fox-1.7/reswrap
FOX_CFLAGS+= `pkgconf fox17 --cflags`
FOX_LIBS+= `pkgconf fox17 --libs`
diff --git a/editors/fxite/distinfo b/editors/fxite/distinfo
index 424f893f5fc5..187f3f8d19c5 100644
--- a/editors/fxite/distinfo
+++ b/editors/fxite/distinfo
@@ -1,2 +1,2 @@
-SHA256 (fxite-0.91.tar.gz) = 6b45272d8765e1c9ba9cd09900f4345063f6ed780a99e7733a80fdb3642db06b
-SIZE (fxite-0.91.tar.gz) = 1012281
+SHA256 (fxite-0.92.tar.gz) = 6b45272d8765e1c9ba9cd09900f4345063f6ed780a99e7733a80fdb3642db06b
+SIZE (fxite-0.92.tar.gz) = 1012281