aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/sawfish/Makefile
diff options
context:
space:
mode:
authoranray <anray@FreeBSD.org>2008-03-27 17:12:47 +0800
committeranray <anray@FreeBSD.org>2008-03-27 17:12:47 +0800
commit2b63d09c769c4512b5bb8993937e991536cae929 (patch)
tree8d3aaed451d3a51715c4c66a89a50d89f8a358b0 /x11-wm/sawfish/Makefile
parent901d1d72aa334a09f55f4e55c37c3643900215b4 (diff)
downloadfreebsd-ports-gnome-2b63d09c769c4512b5bb8993937e991536cae929.tar.gz
freebsd-ports-gnome-2b63d09c769c4512b5bb8993937e991536cae929.tar.zst
freebsd-ports-gnome-2b63d09c769c4512b5bb8993937e991536cae929.zip
- Update to 1.3.3
- Update WWW and description - Pass maintainership to me. [1] PR: ports/120053 Approved by: maintainer (gnome via mezz) [1]
Diffstat (limited to 'x11-wm/sawfish/Makefile')
-rw-r--r--x11-wm/sawfish/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/x11-wm/sawfish/Makefile b/x11-wm/sawfish/Makefile
index b063aa15609d..1312f214fab5 100644
--- a/x11-wm/sawfish/Makefile
+++ b/x11-wm/sawfish/Makefile
@@ -7,15 +7,14 @@
#
PORTNAME= sawfish
-PORTVERSION= 1.3
-PORTREVISION= 16
+PORTVERSION= 1.3.3
PORTEPOCH= 2
CATEGORIES= x11-wm
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= SF
MASTER_SITE_SUBDIR= sawmill
DIST_SUBDIR= gnome2
-MAINTAINER= gnome@FreeBSD.org
+MAINTAINER= anray@FreeBSD.org
COMMENT= Lisp configurable window manager
LIB_DEPENDS= rep.13:${PORTSDIR}/lang/librep
@@ -28,11 +27,13 @@ PLIST_SUB= GNUHOST=${GNUHOST} VERSION=${PORTVERSION}
USE_XLIB= yes
USE_GMAKE= yes
USE_GNOME= gnomehier gnomehack esound
+USE_AUTOTOOLS= autoconf:261:env automake:19:env libtool:15:env
WANT_GNOME= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-readline \
- --localstatedir=${PREFIX}/share \
+
+CONFIGURE_SCRIPT= autogen.sh
+CONFIGURE_ARGS= --localstatedir=${PREFIX}/share \
--datadir=${PREFIX}/share \
--enable-capplet \
--disable-themer \
@@ -44,8 +45,6 @@ CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
INFO= sawfish
post-patch:
- @${REINPLACE_CMD} -e 's|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
- s|[$$][(]top_builddir[)]/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|prog_name|program_name|g' \
${WRKSRC}/src/main.c