freebsd-ports/sysutils/wmmemmon/Makefile

32 lines
649 B
Makefile
Raw Normal View History

# New ports collection makefile for: wmmemmon
# Date created: Wed May 9 17:55:21 EDT 2001
# Whom: Patrick Li <pat@databits.net>
#
# $FreeBSD$
#
PORTNAME= wmmemmon
2003-03-25 02:29:16 +01:00
PORTVERSION= 1.0.0
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/
MAINTAINER= pat@FreeBSD.org
COMMENT= Mem/Swap monitoring dockapp for WindowMaker
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=""
2002-03-24 00:14:54 +01:00
MAN1= wmmemmon.1
post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
2002-03-24 00:14:54 +01:00
@${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/ChangeLog \
${DOCSDIR}
.endif # !NOPORTDOCS
.include <bsd.port.mk>