1999-11-03 01:33:52 +00:00
|
|
|
# New ports collection makefile for: wmMatrix
|
|
|
|
# Date created: 13 October 1999
|
|
|
|
# Whom: Brian Handy <handy@physics.montana.edu>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2000-04-13 19:19:05 +00:00
|
|
|
#
|
1999-11-03 01:33:52 +00:00
|
|
|
|
2000-04-13 19:19:05 +00:00
|
|
|
PORTNAME= wmmatrix
|
|
|
|
PORTVERSION= 0.2
|
1999-11-03 01:33:52 +00:00
|
|
|
CATEGORIES= x11 windowmaker
|
|
|
|
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
|
2000-04-13 19:19:05 +00:00
|
|
|
DISTNAME= wmMatrix-${PORTVERSION}
|
1999-11-03 01:33:52 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
ALL_TARGET= clean all
|
|
|
|
|
1999-12-22 23:00:24 +00:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmMatrix ${PREFIX}/bin/wmmatrix
|
|
|
|
|
1999-11-03 01:33:52 +00:00
|
|
|
.include <bsd.port.mk>
|