mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
b64365d14a
- Style PR: ports/96478 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
39 lines
884 B
Makefile
39 lines
884 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://seiichisato.jp/dockapps/src/
|
|
|
|
MAINTAINER= ports@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
|
|
USE_GNOME= gnometarget
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= wmmemmon.1
|
|
PORTDOCS= ChangeLog README
|
|
PLIST_FILES= bin/wmmemmon
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^DEFS/s|-I\.\.$$|-I.. -I../libdockapp/|g ; \
|
|
/^CFLAGS/s|-I../libdockapp/||g' ${WRKSRC}/src/Makefile.in
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
.for file in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
.endfor
|
|
.endif # !NOPORTDOCS
|
|
|
|
.include <bsd.port.mk>
|