freebsd-ports/x11/wmmatrix/Makefile

26 lines
618 B
Makefile
Raw Normal View History

# Created by: Brian Handy <handy@physics.montana.edu>
# $FreeBSD$
2000-04-13 21:19:05 +02:00
PORTNAME= wmmatrix
2001-02-05 17:18:54 +01:00
PORTVERSION= 0.2
PORTREVISION= 2
CATEGORIES= x11 windowmaker
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}
MAINTAINER= ports@FreeBSD.org
COMMENT= DockApp that runs a version of the xmatrix screenhack
MAKE_JOBS_UNSAFE= yes
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/wmmatrix
USES= gmake
USE_XORG= xpm
ALL_TARGET= clean all
do-install:
2013-12-14 01:02:17 +01:00
${INSTALL_PROGRAM} ${WRKSRC}/wmMatrix ${STAGEDIR}${PREFIX}/bin/wmmatrix
.include <bsd.port.mk>