openbsd-ports/sysutils/diskrescue/Makefile

34 lines
678 B
Makefile
Raw Normal View History

2010-11-20 12:22:40 -05:00
# $OpenBSD: Makefile,v 1.6 2010/11/20 17:22:40 espie Exp $
COMMENT = fancy dd
2009-09-30 08:53:43 -04:00
DISTNAME = diskrescue-0.3
2010-09-02 04:26:09 -04:00
REVISION = 0
CATEGORIES = sysutils
2010-09-02 04:26:09 -04:00
HOMEPAGE = http://opensource.conformal.com/wiki/Disk_Rescue
MAINTAINER = Laurent Fanis <laurent@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c
2010-09-02 04:26:09 -04:00
MASTER_SITES = http://opensource.conformal.com/snapshots/diskrescue/
EXTRACT_SUFX = .tgz
2010-11-20 12:22:40 -05:00
USE_GROFF = Yes
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/diskrescue ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/diskrescue.8 ${PREFIX}/man/man8/diskrescue.8
.include <bsd.port.mk>