2013-09-21 01:43:19 +02:00
|
|
|
# Created by: Brian Handy <handy@physics.montana.edu>
|
1999-11-03 02:33:52 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= wmmatrix
|
2001-02-05 17:18:54 +01:00
|
|
|
PORTVERSION= 0.2
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
1999-11-03 02:33:52 +01:00
|
|
|
CATEGORIES= x11 windowmaker
|
2007-05-25 23:51:11 +02:00
|
|
|
MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/ \
|
|
|
|
http://ia300205.us.archive.org/0/items/tucows_10414_WMMatrix/
|
2000-04-13 21:19:05 +02:00
|
|
|
DISTNAME= wmMatrix-${PORTVERSION}
|
1999-11-03 02:33:52 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-10-06 23:51:02 +02:00
|
|
|
COMMENT= DockApp that runs a version of the xmatrix screenhack
|
|
|
|
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
1999-11-03 02:33:52 +01:00
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/wmmatrix
|
2013-10-06 23:51:02 +02:00
|
|
|
USES= gmake
|
2008-03-25 23:44:48 +01:00
|
|
|
USE_XORG= xpm
|
1999-11-03 02:33:52 +01:00
|
|
|
ALL_TARGET= clean all
|
|
|
|
|
1999-12-23 00:00:24 +01:00
|
|
|
do-install:
|
2013-12-14 01:02:17 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmMatrix ${STAGEDIR}${PREFIX}/bin/wmmatrix
|
1999-12-23 00:00:24 +01:00
|
|
|
|
1999-11-03 02:33:52 +01:00
|
|
|
.include <bsd.port.mk>
|