mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
de620ad21b
and VT82C686. PR: ports/30233 Submitted by: NAKAMURA Kazushi <kaz@kobe1995.net>
32 lines
589 B
Makefile
32 lines
589 B
Makefile
# 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>
|