1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/x11-wm/weewm/Makefile
Edwin Groothuis ea0720403f ports/x11-wm: New version, 0.0.2
New version of the weewm X11 window manager available.

PR:		ports/54703
Submitted by:	Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
2003-08-23 13:54:30 +00:00

23 lines
478 B
Makefile

# New ports collection makefile for: weewm
# Date created: 15 May 2003
# Whom: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
#
# $FreeBSD$
#
PORTNAME= weewm
PORTVERSION= 0.0.2
PORTEPOCH= 1
CATEGORIES= x11-wm
MASTER_SITES= http://www.weewm.org/download/
MAINTAINER= ppl@nbnet.nb.ca
COMMENT= Fast and ultra light windowmanager with total keyboard control
USE_X_PREFIX= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/weewm ${PREFIX}/bin
.include <bsd.port.mk>