freebsd-ports/sysutils/wmmemmon/Makefile
Adam Weinberger 82b5be3db2 Update to 1.0.1 and apply a couple touch-ups to the port itself. I didn't consult
with the maintainer on this, but he's busy with other things these days.
2004-05-16 23:33:20 +00:00

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>