summaryrefslogtreecommitdiff
path: root/sysutils/tphdisk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/tphdisk/Makefile')
-rw-r--r--sysutils/tphdisk/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/sysutils/tphdisk/Makefile b/sysutils/tphdisk/Makefile
new file mode 100644
index 00000000000..b78fee33b33
--- /dev/null
+++ b/sysutils/tphdisk/Makefile
@@ -0,0 +1,21 @@
+# $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"