2002-03-24 02:58:24 +00:00
|
|
|
# New ports collection makefile for: wmlongrun
|
|
|
|
# Date created: Sat Mar 23 21:00:03 EST 2002
|
|
|
|
# Whom: pat
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wmlongrun
|
|
|
|
PORTVERSION= 0.2.0
|
|
|
|
CATEGORIES= sysutils windowmaker
|
|
|
|
MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/
|
|
|
|
|
|
|
|
MAINTAINER= pat@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A dockapp to monitor the LongRun(tm) status on Crusoe
|
2002-03-24 02:58:24 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_XPM= yes
|
2002-07-25 22:53:13 +00:00
|
|
|
CONFIGURE_ARGS= --program-prefix=""
|
2002-03-24 02:58:24 +00:00
|
|
|
|
|
|
|
MAN1= wmlongrun.1
|
|
|
|
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for file in ChangeLog README
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif # !NOPORTDOCS
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|