1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/sysutils/wmmemmon/Makefile
Patrick Li 3b8e40d130 - Use bzip'd tarballs because of reduce size (some)
- Update WWW (some)
- Do not resort to patching configure script (perl substitution) to fix the
  program-prefix issue (some)
2002-07-25 22:53:13 +00:00

31 lines
596 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= 0.7.0
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.sh.rim.or.jp/~ssato/src/
MAINTAINER= pat@FreeBSD.org
USE_BZIP2= yes
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>