82b5be3db2
with the maintainer on this, but he's busy with other things these days.
32 lines
685 B
Makefile
32 lines
685 B
Makefile
# 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
|
|
PORTVERSION= 1.0.1
|
|
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 # ATM the .bz2 distfile is broken.
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-prefix=""
|
|
|
|
MAN1= wmmemmon.1
|
|
|
|
post-install:
|
|
.ifndef(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/ChangeLog \
|
|
${DOCSDIR}
|
|
.endif # !NOPORTDOCS
|
|
|
|
.include <bsd.port.mk>
|