freebsd-ports/x11-wm/wampager/Makefile
Alexey Dokuchaev 48249e3fe0 Update my email address to `@FreeBSD.org'.
Relinquish ports I happen to no longer use.  They seem to be of the latest
versions, and non-broken, so this is a "clean" dump.

Approved by:	fjoe (mentor)
2004-08-27 08:46:33 +00:00

22 lines
482 B
Makefile

# New ports collection makefile for: wampager
# Date created: 11 Jan 2003
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#
PORTNAME= wampager
PORTVERSION= 0.9.1
CATEGORIES= x11-wm
MASTER_SITES= http://www.waimea.org/wampager/
MAINTAINER= danfe@FreeBSD.org
COMMENT= A mini pager for the waimea window manager
PLIST_FILES= bin/wampager
USE_X_PREFIX= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wampager ${PREFIX}/bin
.include <bsd.port.mk>