diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-03-10 11:03:50 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-03-10 11:03:50 +0000 |
commit | 6ef9a3dd5506d59ebbddf303ba08d0218adf8b64 (patch) | |
tree | 782530e591af4acd3bcfbec00bfd156bb332805e /x11-wm/yawm | |
parent | 12e8af52816a213836fa95192698b6b78854ba4b (diff) | |
download | ports-6ef9a3dd5506d59ebbddf303ba08d0218adf8b64.tar.gz ports-6ef9a3dd5506d59ebbddf303ba08d0218adf8b64.zip |
Notes
Diffstat (limited to 'x11-wm/yawm')
-rw-r--r-- | x11-wm/yawm/Makefile | 40 | ||||
-rw-r--r-- | x11-wm/yawm/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/yawm/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/yawm/pkg-descr | 5 |
4 files changed, 47 insertions, 0 deletions
diff --git a/x11-wm/yawm/Makefile b/x11-wm/yawm/Makefile new file mode 100644 index 000000000000..6aa50cb20b13 --- /dev/null +++ b/x11-wm/yawm/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: yawm +# Date created: 2002-03-10 +# Whom: trevor +# +# $FreeBSD$ +# + +PORTNAME= yawm +PORTVERSION= 0.0.1 +CATEGORIES= x11-wm +MASTER_SITES= ftp://ftp.sai.msu.su/pub/X11/win_man/ +DISTNAME= yawm-0.0.1-a4 + +MAINTAINER= trevor@FreeBSD.org + +GNU_CONFIGURE= yes +PLIST= ${WRKDIR}/pkg-plist +#USE_GMAKE= yes +USE_X_PREFIX= yes +DOCS= AUTHORS COPYING ChangeLog + +pre-install: + ${ECHO_CMD} bin/yawm > ${PLIST} +.if !defined(NOPORTDOCS) +.for i in ${DOCS} + ${ECHO_CMD} share/doc/yawm/${i} >> ${PLIST} +.endfor + ${ECHO_CMD} @dirrm share/doc/yawm >> ${PLIST} +.endif + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/yawm ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for i in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/yawm/distinfo b/x11-wm/yawm/distinfo new file mode 100644 index 000000000000..d1e23b9cdf3e --- /dev/null +++ b/x11-wm/yawm/distinfo @@ -0,0 +1 @@ +MD5 (yawm-0.0.1-a4.tar.gz) = ac6d3115b51def428db4d48433bbe23f diff --git a/x11-wm/yawm/pkg-comment b/x11-wm/yawm/pkg-comment new file mode 100644 index 000000000000..894f7a9fc044 --- /dev/null +++ b/x11-wm/yawm/pkg-comment @@ -0,0 +1 @@ +Has title bars, iconizing, maximizing, taskbar, placement, clock diff --git a/x11-wm/yawm/pkg-descr b/x11-wm/yawm/pkg-descr new file mode 100644 index 000000000000..f7b690037c15 --- /dev/null +++ b/x11-wm/yawm/pkg-descr @@ -0,0 +1,5 @@ +Yet Another Window Manager is based on aewm. It has title bars, +iconizing, maximizing, automatic placement, focus-follows-mouse, +and a taskbar with a window list and clock. + +Author: Linus Nilsson <d96ln#efd.lth.se> |