1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/x11/wmmatrix/Makefile
Martin Wilke cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00

28 lines
667 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= 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/
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_XORG= xpm
ALL_TARGET= clean all
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmMatrix ${PREFIX}/bin/wmmatrix
.include <bsd.port.mk>