opnsense-ports/sysutils/rfstool/Makefile
Franco Fichtner e17aa5f071 */*: sync with upstream
Taken from: FreeBSD
2015-05-15 07:27:23 +02:00

24 lines
493 B
Makefile

# 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
PLIST_FILES= bin/rfstool
USES= zip
WRKSRC= ${WRKDIR}/rfstool-0.14/RFSTOOL
MAKEFILE= makefile.gcc3x
post-extract:
@${REINPLACE_CMD} -e "s,g++,\$${CXX},g" ${WRKSRC}/${MAKEFILE}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rfstool ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>