Prune sysutils/pcpustat
[dports.git] / sysutils / rfstool / Makefile
1 # Created by: trevor
2 # $FreeBSD$
3
4 PORTNAME=       rfstool
5 PORTVERSION=    0.14
6 CATEGORIES=     sysutils
7 MASTER_SITES=   NETBSD
8 DISTNAME=       rfstool-0.14-source
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Read from a Reiser file system
12
13 PLIST_FILES=    bin/rfstool
14 USES=           zip
15 WRKSRC=         ${WRKDIR}/rfstool-0.14/RFSTOOL
16 MAKEFILE=       makefile.gcc3x
17
18 post-extract:
19         @${REINPLACE_CMD} -e "s,g++,\$${CXX},g" ${WRKSRC}/${MAKEFILE}
20
21 do-install:
22         ${INSTALL_PROGRAM} ${WRKSRC}/rfstool ${STAGEDIR}${PREFIX}/bin
23
24 .include <bsd.port.mk>