summaryrefslogblamecommitdiff
path: root/sysutils/wmlongrun/Makefile
blob: 78f8646d20090cc465b226428a9080d469543bf5 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                    
                 
                                    
                                                   
 
                                 
                                                                     

                   
                   

                           

                           

                                
 
             
                        
                            

                                                    



                      
# 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=	1
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_X_PREFIX=	yes
USE_XPM=	yes
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>