diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-20 17:26:24 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-20 17:26:24 +0800 |
commit | 2c1eae3a13dee87ac6f37bde0893593cf3a6b3ff (patch) | |
tree | d8eb33fa26a1aa67699c97b07d577169c4eb5bd5 /x11-wm/ion-3ds/Makefile | |
parent | db1bde434f6d2e962f411ab8af6bb5dc7eeca844 (diff) | |
download | freebsd-ports-gnome-2c1eae3a13dee87ac6f37bde0893593cf3a6b3ff.tar.gz freebsd-ports-gnome-2c1eae3a13dee87ac6f37bde0893593cf3a6b3ff.tar.zst freebsd-ports-gnome-2c1eae3a13dee87ac6f37bde0893593cf3a6b3ff.zip |
Ion (based on PWM) is a new kind of window manager that brings a
text-editorish, keyboard friendly user interface to window management.
This is a development series of ion-3.
PR: ports/82378
Submitted by: Ed Schouten <ed@fxq.nl>
Diffstat (limited to 'x11-wm/ion-3ds/Makefile')
-rw-r--r-- | x11-wm/ion-3ds/Makefile | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/x11-wm/ion-3ds/Makefile b/x11-wm/ion-3ds/Makefile new file mode 100644 index 000000000000..4c067f219e74 --- /dev/null +++ b/x11-wm/ion-3ds/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: ion3-ds +# Date created: 18 June 2005 +# Whom: Ed Schouten <ed@fxq.nl> +# +# $FreeBSD$ +# + +PORTNAME= ion-3ds +PORTVERSION= 20050625 +CATEGORIES= x11-wm +MASTER_SITES= http://modeemi.fi/~tuomov/ion/dl/ + +MAINTAINER= ed@fxq.nl +COMMENT= The development version of the Ion window manager + +LIB_DEPENDS= lua.5:${PORTSDIR}/lang/lua +RUN_DEPENDS= run-mailcap:${PORTSDIR}/misc/mime-support + +CONFLICTS= ion-2002* pwm-* ion-2* + +USE_X_PREFIX= yes +USE_GMAKE= yes +MAKE_ENV= DEFINES="${IONDEFINES}" + +.if !defined(WITH_XINERAMA) +IONDEFINES+= -DCF_NO_XINERAMA +.endif + +.if defined(WITHOUT_NLS) +IONDEFINES+= -DCF_NO_LOCALE +.endif + +MAN1= ion3.1 pwm3.1 +DOCSDIR= share/doc/ion3 + +# NO, I don't want to use configure but ion's author system.mk +do-configure: + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +IGNORE= needs wide character string functions in libc +.endif + +.include <bsd.port.post.mk> |