aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rfstool/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/rfstool/Makefile')
-rw-r--r--sysutils/rfstool/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/sysutils/rfstool/Makefile b/sysutils/rfstool/Makefile
deleted file mode 100644
index 4589003e97b3..000000000000
--- a/sysutils/rfstool/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-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>