summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2002-03-15 00:27:53 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2002-03-15 00:27:53 +0000
commit3439c6876f20f419710219b69bc3d00b91a02f9b (patch)
tree1c0c2e2936a4e971fbfd0960c601f8ae978a268a /x11-wm
parentDepend on freetype again (diff)
Add new port of the Clementine window manager.
Notes
Notes: svn path=/head/; revision=56110
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/Makefile1
-rw-r--r--x11-wm/clementine/Makefile63
-rw-r--r--x11-wm/clementine/distinfo1
-rw-r--r--x11-wm/clementine/pkg-comment1
-rw-r--r--x11-wm/clementine/pkg-descr2
5 files changed, 68 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile
index f73206520421..bca3706bfa4f 100644
--- a/x11-wm/Makefile
+++ b/x11-wm/Makefile
@@ -18,6 +18,7 @@
SUBDIR += bbpager
SUBDIR += bbrun
SUBDIR += blackbox
+ SUBDIR += clementine
SUBDIR += ctwm
SUBDIR += e16utils
SUBDIR += enlightenment
diff --git a/x11-wm/clementine/Makefile b/x11-wm/clementine/Makefile
new file mode 100644
index 000000000000..f2ffa30eb3d6
--- /dev/null
+++ b/x11-wm/clementine/Makefile
@@ -0,0 +1,63 @@
+# New ports collection makefile for: clementine
+# Date created: 2002-03-13
+# Whom: trevor
+#
+# $FreeBSD$
+#
+
+PORTNAME= clementine
+PORTVERSION= 0.0.6
+CATEGORIES= x11-wm
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= trevor@FreeBSD.org
+
+RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv \
+ rxvt:${PORTSDIR}/x11/rxvt
+
+PLIST= ${WRKDIR}/pkg-plist
+PKGMESSAGE= ${WRKDIR}/pkg-message
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+DOCS= COPYING HISTORY LICENSE
+
+do-patch:
+ ${PERL} -pi -e 's:^CFLAGS:IGNORE:g ; s:^DEFINES:IGNORE:g' \
+ ${WRKSRC}/Makefile
+ ${PERL} -pi -e 's:./clementine:${PREFIX}/bin/clementine:g' \
+ ${WRKSRC}/windowmanager.cpp
+
+pre-install:
+ ${ECHO_CMD} bin/clementine > ${PLIST}
+ for i in `${LS} ${WRKSRC} | ${GREP} look-`; do \
+ ${ECHO_CMD} share/clementine/$$i >> ${PLIST}; \
+ done
+ ${ECHO_CMD} share/clementine/keys >> ${PLIST}
+.if !defined(NOPORTDOCS)
+.for i in ${DOCS}
+ ${ECHO_CMD} share/doc/clementine/${i} >> ${PLIST}
+.endfor
+ ${ECHO_CMD} @dirrm share/doc/clementine >> ${PLIST}
+.endif
+ ${ECHO_CMD} @dirrm share/clementine >> ${PLIST}
+ ${ECHO_CMD} "*" > ${PKGMESSAGE}
+ ${ECHO_CMD} "* To customize clementine, copy the keys file to ~/keys and" >> ${PKGMESSAGE}
+ ${ECHO_CMD} "* copy one of the look- files to ~/look; edit them as needed." >> ${PKGMESSAGE}
+ ${ECHO_CMD} "*" >> ${PKGMESSAGE}
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/clementine ${PREFIX}/bin
+ ${MKDIR} ${DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/keys ${WRKSRC}/look-* ${DATADIR}
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+.for i in ${DOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/x11-wm/clementine/distinfo b/x11-wm/clementine/distinfo
new file mode 100644
index 000000000000..c2bc6eb400a2
--- /dev/null
+++ b/x11-wm/clementine/distinfo
@@ -0,0 +1 @@
+MD5 (clementine-0.0.6.tar.gz) = 1c7fdcf05bd31be0a7757b9d89961933
diff --git a/x11-wm/clementine/pkg-comment b/x11-wm/clementine/pkg-comment
new file mode 100644
index 000000000000..31c48097addb
--- /dev/null
+++ b/x11-wm/clementine/pkg-comment
@@ -0,0 +1 @@
+Has title bars, iconizing, and styles (unstable)
diff --git a/x11-wm/clementine/pkg-descr b/x11-wm/clementine/pkg-descr
new file mode 100644
index 000000000000..1e78e6641349
--- /dev/null
+++ b/x11-wm/clementine/pkg-descr
@@ -0,0 +1,2 @@
+Clementine is based on aewm. It has title bars, iconizing, and
+styles. It is still in an early stage of development.