1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/x11/wmmatrix/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

26 lines
623 B
Makefile

# Created by: 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= DockApp that runs a version of the xmatrix screenhack
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/wmmatrix
USES= gmake xorg
USE_XORG= xpm
ALL_TARGET= clean all
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmMatrix ${STAGEDIR}${PREFIX}/bin/wmmatrix
.include <bsd.port.mk>