freebsd-ports/sysutils/wmlongrun/Makefile
Martin Wilke cda30a295f - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-25 22:44:48 +00:00

33 lines
677 B
Makefile

# 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>