freebsd-ports/x11/wmmatrix/Makefile
Renato Botelho 02185504e7 - Drop unusable from mid-2004 MASTER_SITES and WWW
PR:		ports/94864
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2006-03-23 15:45:11 +00:00

27 lines
618 B
Makefile

# New ports collection makefile for: wmMatrix
# Date created: 13 October 1999
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $FreeBSD$
#
PORTNAME= wmmatrix
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= x11 windowmaker
MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/
DISTNAME= wmMatrix-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A DockApp that runs a version of the xmatrix screenhack
PLIST_FILES= bin/wmmatrix
USE_GMAKE= yes
USE_X_PREFIX= yes
USE_XPM= yes
ALL_TARGET= clean all
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmMatrix ${PREFIX}/bin/wmmatrix
.include <bsd.port.mk>