pkgsrc/sysutils/tphdisk/Makefile
gdt bd49c4c0c4 This program is a replacement for phdisk.exe that allows you to create
a save2dsk.bin hibernation file for Phoenix notebios laptops.  It
works with most IBM Thinkpads.
2006-08-21 13:19:33 +00:00

21 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/08/21 13:19:33 gdt Exp $
DISTNAME= tphdisk
PKGNAME= tphdisk-20050112
CATEGORIES= sysutils
MASTER_SITES= http://samba.anu.edu.au/ftp/unpacked/junkcode/
EXTRACT_SUFX= .c
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://samba.anu.edu.au/ftp/unpacked/junkcode/
COMMENT= Create hibernation partitions for Thinkpads
WRKSRC= ${WRKDIR}
do-build:
cd ${WRKSRC} && cc -o tphdisk tphdisk.c
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} tphdisk ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"