summaryrefslogtreecommitdiff
path: root/sysutils/mbmon/Makefile
blob: 26d505c34f3dc157540ae1edd77d905ae5a57313 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# ports collection makefile for:	xmbmon
# Date created:	2001/08/30
# Whom:		kaz
#
# $FreeBSD$
#

PORTNAME=	xmbmon
PORTVERSION=	106p1
CATEGORIES=	sysutils
MASTER_SITES=	http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/
DISTNAME=	${PORTNAME}${PORTVERSION:S/p/pl/}

MAINTAINER=	kaz@kobe1995.net

GNU_CONFIGURE=	yes
USE_X_PREFIX=	yes

DOCS=	00README.txt	00READMEj.txt	DEBUG_Info	xmbmon.resources

.include <bsd.port.pre.mk>

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for f in ${DOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif

.include <bsd.port.post.mk>