pkgsrc/sysutils/rfstool/Makefile
wiz 109c80313e Change default for zip extraction to leave files as they are.
Previously, zip extraction by default converted to lower case.

Fix some packages that need it and remove -L from some packages
that manually set it.
2009-08-25 11:56:34 +00:00

26 lines
626 B
Makefile

# $NetBSD: Makefile,v 1.8 2009/08/25 11:56:36 wiz Exp $
#
DISTNAME= rfstool-0.14-source
PKGNAME= rfstool-0.14
PKGREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://p-nand-q.com/download/rfstool/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@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
MAKE_FILE= makefile.gcc3x
USE_LANGUAGES= c++
INSTALLATION_DIRS= sbin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rfstool ${PREFIX}/sbin/rfstool
.include "../../mk/bsd.pkg.mk"