summaryrefslogtreecommitdiff
path: root/x11/wmmatrix/Makefile
blob: 5d4bb3d5448c2887801e4c1c85db46b278be2e61 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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>