summaryrefslogtreecommitdiff
path: root/sysutils/wmlongrun/Makefile
blob: bf5b89dcf3948f479ad52091bd747216c976aba1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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
PORTREVISION=	2
CATEGORIES=	sysutils windowmaker
MASTER_SITES=	http://seiichisato.jp/dockapps/src/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A dockapp to monitor the LongRun(tm) status on Crusoe

USE_XORG=	xpm
USE_GNOME=	gnometarget
GNU_CONFIGURE=	yes

MAN1=		wmlongrun.1
PORTDOCS=	ChangeLog README
PLIST_FILES=	bin/wmlongrun

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif # !NOPORTDOCS

.include <bsd.port.mk>