summaryrefslogtreecommitdiff
path: root/wm/ion3-devel/Makefile
diff options
context:
space:
mode:
authorghen <ghen>2007-08-06 09:52:31 +0000
committerghen <ghen>2007-08-06 09:52:31 +0000
commit880c40941476e1f7965cdc5f2f77063a95365ff5 (patch)
tree71c62f2f80ca0988a6f3a89c030e58e979c3d159 /wm/ion3-devel/Makefile
parent5b1a02455d7290dbf21f29b8f231b85ee1130300 (diff)
downloadpkgsrc-880c40941476e1f7965cdc5f2f77063a95365ff5.tar.gz
Update to ion3-20070720, provided by Philip Paeps <philip@freebsd.org>.
ChangeLog: o The dock uses WMPlex size policies now o Added 'orientation' winprop o Some REGION_SKIP_FOCUS flag management o Oops, wrong return value test for XTextPropertyToStringList While here, I've added my FreeBSD "local distfiles" to the MASTER_SITES to keep the package fetchable when the distfile disappears upstream when a new version is released and before I get a chance to update the package.
Diffstat (limited to 'wm/ion3-devel/Makefile')
-rw-r--r--wm/ion3-devel/Makefile24
1 files changed, 15 insertions, 9 deletions
diff --git a/wm/ion3-devel/Makefile b/wm/ion3-devel/Makefile
index 3d1da00c406..bce4084663c 100644
--- a/wm/ion3-devel/Makefile
+++ b/wm/ion3-devel/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.23 2007/07/17 20:20:08 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2007/08/06 09:52:31 ghen Exp $
#
-DISTNAME= ion-3rc-20070708
-PKGNAME= ${DISTNAME:S/-3ds-/3-/}
-PKGREVISION= 1
-CATEGORIES= wm x11
-MASTER_SITES= http://modeemi.fi/~tuomov/dl/
+DISTNAME= ion-3rc-20070720
+PKGNAME= ${DISTNAME:S/-3rc-/3-/}
+CATEGORIES= wm x11
+MASTER_SITES= http://modeemi.fi/~tuomov/dl/
+MASTER_SITES+= ${MASTER_SITE_FREEBSD_LOCAL:=philip/}
-MAINTAINER= philip@FreeBSD.org
-HOMEPAGE= http://modeemi.fi/~tuomov/ion/
-COMMENT= Keyboard friendly tiling window manager
+MAINTAINER= philip@FreeBSD.org
+HOMEPAGE= http://modeemi.fi/~tuomov/ion/
+COMMENT= Keyboard friendly tiling window manager
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
@@ -39,6 +39,12 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX}
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "Linux"
+MAKE_ENV+= PKGSRC_LIBRT=-lrt
+.endif
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../lang/lua/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"