pkgsrc/sysutils/rfstool/Makefile
rillig b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00

25 lines
610 B
Makefile

# $NetBSD: Makefile,v 1.3 2005/12/05 20:51:01 rillig Exp $
#
DISTNAME= rfstool-0.14-source
PKGNAME= rfstool-0.14
CATEGORIES= sysutils
MASTER_SITES= http://p-nand-q.com/download/rfstool/
EXTRACT_SUFX= .zip
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://p-nand-q.com/download/rfstool/overview.html
COMMENT= Tools to access ReiserFS partitions
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/rfstool
MAKEFILE= makefile.gcc3x
USE_LANGUAGES+= c++
INSTALLATION_DIRS= sbin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rfstool ${PREFIX}/sbin/rfstool
.include "../../mk/bsd.pkg.mk"