1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11/wmmatrix/Makefile
Chris D. Faulhaber e938ce249a * Update to version 0.2
* Changed file name to use lower case only
* Modified patches/to support X11BASE properly
* Added WWW: line into pkg/DESCR

PR:		15538
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-22 23:00:24 +00:00

25 lines
528 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
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmMatrix ${PREFIX}/bin/wmmatrix
.include <bsd.port.mk>