blob: b1f45d5bdf2fa44ca556b4bd7ae3f10004f74152 (
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
|
# Created by: trevor
# $FreeBSD$
PORTNAME= rfstool
PORTVERSION= 0.14
CATEGORIES= sysutils
MASTER_SITES= NETBSD
DISTNAME= rfstool-0.14-source
MAINTAINER= ports@FreeBSD.org
COMMENT= Read from a Reiser file system
BROKEN= unfetchable
PLIST_FILES= bin/rfstool
USES= dos2unix zip
USE_CXXSTD= c++98
DOS2UNIX_FILES= reiserfs.h
WRKSRC= ${WRKDIR}/rfstool-0.14/RFSTOOL
MAKEFILE= makefile.gcc3x
post-extract:
@${REINPLACE_CMD} -e "s,g++,\$${CXX} \$${CXXFLAGS},g" ${WRKSRC}/${MAKEFILE}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rfstool ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>
|