aboutsummaryrefslogtreecommitdiff
path: root/sysutils/sdparm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/sdparm/Makefile')
-rw-r--r--sysutils/sdparm/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/sysutils/sdparm/Makefile b/sysutils/sdparm/Makefile
new file mode 100644
index 000000000000..2aec3239863a
--- /dev/null
+++ b/sysutils/sdparm/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: sdparm
+# Date created: Nov 11, 2009
+# Whom: Xin LI <delphij@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sdparm
+PORTVERSION= 1.04
+CATEGORIES= sysutils
+MASTER_SITES= http://sg.danny.cz/sg/p/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= delphij@FreeBSD.org
+COMMENT= Utilities to access SCSI device parameters
+
+USE_GMAKE= yes
+USE_LDCONFIG= yes
+GNU_CONFIGURE= yes
+
+MAN8= sdparm.8
+
+.include <bsd.port.mk>