mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
b0b43ea99c
wmmatrix is a dock app that runs a slightly modified version of Jamie Zawinski's xmatrix screenhack. PR: 14312 Submitted by: Brian Handy <handy@physics.montana.edu>
22 lines
457 B
Makefile
22 lines
457 B
Makefile
# New ports collection makefile for: wmMatrix
|
|
# Version required: 0.2
|
|
# Date created: 13 October 1999
|
|
# Whom: Brian Handy <handy@physics.montana.edu>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
DISTNAME= wmMatrix-0.2
|
|
PKGNAME= wmmatrix-0.2
|
|
CATEGORIES= x11 windowmaker
|
|
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_GMAKE= yes
|
|
USE_X_PREFIX= yes
|
|
ALL_TARGET= clean all
|
|
|
|
.include <bsd.port.mk>
|