freebsd-ports/sysutils/wmmemload/Makefile
Pete Fritchman 5daf5dd567 Update to 0.1.6.
PR:		60002
Submitted by:	Munish Chopra <chopra@soulwax.net>
Approved by:	maintainer timeout
2004-01-10 05:59:59 +00:00

29 lines
633 B
Makefile

# New ports collection makefile for: wmmemload
# Date created: 14 May 2002
# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
#
# $FreeBSD$
#
PORTNAME= wmmemload
PORTVERSION= 0.1.6
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.markstaggs.net/wmmemload/
MAINTAINER= pat@FreeBSD.org
COMMENT= An dockapp for windowmaker that displays the current mem/swap usage
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_XPM= yes
CONFIGURE_ARGS= --program-prefix=""
MAN1= wmmemload.1
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
.endif # !NOPORTDOCS
.include <bsd.port.mk>