summaryrefslogtreecommitdiff
path: root/sysutils/smartmontools-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/smartmontools-devel/Makefile')
-rw-r--r--sysutils/smartmontools-devel/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/sysutils/smartmontools-devel/Makefile b/sysutils/smartmontools-devel/Makefile
deleted file mode 100644
index 189dc559c37e..000000000000
--- a/sysutils/smartmontools-devel/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: smartmontools
-# Date created: 12 October 2003
-# Whom: Eduard Martinescu
-#
-# $FreeBSD$
-#
-
-PORTNAME= smartmontools
-PORTVERSION= 5.37
-CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= pav@FreeBSD.org
-COMMENT= S.M.A.R.T. disk monitoring tools
-
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-docdir=${DOCSDIR} --mandir=${PREFIX}/man --enable-sample
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-
-SUB_FILES= pkg-message
-USE_RC_SUBR= smartd
-
-MAN5= smartd.conf.5
-MAN8= smartd.8 smartctl.8
-
-post-patch:
- @${REINPLACE_CMD} -e 's| install-initdDATA | |' ${WRKSRC}/Makefile.in
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>