summaryrefslogtreecommitdiff
path: root/wm/ion3-devel/Makefile
diff options
context:
space:
mode:
authortnn <tnn>2007-10-28 12:31:53 +0000
committertnn <tnn>2007-10-28 12:31:53 +0000
commita0defe1c72006092923c8451cf2c6fde64ba1a81 (patch)
tree87570e633c0c526968b68aedb525ea959f8b5210 /wm/ion3-devel/Makefile
parent54597460760df924709dcafe7af84c7d5c98e47e (diff)
downloadpkgsrc-a0defe1c72006092923c8451cf2c6fde64ba1a81.tar.gz
Remove ion3-devel.
The holder of the Ion3(tm) trademark and copyright demands that this package must be kept up-to-date at all times. We cannot comply with such demands, especially considering that pkgsrc has "stable branches". (If anyone cares about this package, I suggest we maintain it in pkgsrc-wip instead.)
Diffstat (limited to 'wm/ion3-devel/Makefile')
-rw-r--r--wm/ion3-devel/Makefile54
1 files changed, 0 insertions, 54 deletions
diff --git a/wm/ion3-devel/Makefile b/wm/ion3-devel/Makefile
deleted file mode 100644
index 7b7c3be0c6e..00000000000
--- a/wm/ion3-devel/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# $NetBSD: Makefile,v 1.25 2007/09/06 10:22:30 ghen Exp $
-#
-
-DISTNAME= ion-3rc-20070902
-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
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-PKG_DESTDIR_SUPPORT= user-destdir
-
-USE_TOOLS+= gmake msgfmt
-USE_PKGLOCALEDIR= YES
-
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
-CONFIGURE_ENV+= PKGLOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale
-
-PKG_SYSCONFSUBDIR= ion3
-EGDIR= ${PREFIX}/share/examples/ion3
-EGFILES= cfg_defaults.lua cfg_dock.lua cfg_ioncore.lua \
- cfg_ion.lua cfg_kludges.lua cfg_layouts.lua \
- cfg_menu.lua cfg_pwm.lua cfg_query.lua \
- cfg_sp.lua cfg_statusbar.lua cfg_tiling.lua \
- look.lua look_brownsteel.lua \
- look_clean.lua look_cleanios.lua \
- look_cleanviolet.lua look_dusky.lua \
- look_greenlight.lua look_greyviolet.lua \
- look_ios.lua look_newviolet.lua \
- look_simpleblue.lua lookcommon_clean.lua \
- lookcommon_emboss.lua
-.for f in ${EGFILES}
-CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
-.endfor
-
-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"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libSM/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"