1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/x11-wm/weewm/Makefile
Marcus Alves Grando 4642ac5e63 Update MASTER_SITES
PR:		87106
Submitted by:	ppl@nbet.nb.ca (maintainer)
2005-10-08 04:00:02 +00:00

24 lines
506 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://weewm.flashtux.org/download/
MAINTAINER= ppl@nbnet.nb.ca
COMMENT= Fast and ultra light windowmanager with total keyboard control
PLIST_FILES= bin/weewm
USE_X_PREFIX= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/weewm ${PREFIX}/bin
.include <bsd.port.mk>