summaryrefslogtreecommitdiff
path: root/benchmarks/sipp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/sipp/Makefile')
-rw-r--r--benchmarks/sipp/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/benchmarks/sipp/Makefile b/benchmarks/sipp/Makefile
deleted file mode 100644
index d28966dcebc6..000000000000
--- a/benchmarks/sipp/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: sipp
-# Date created: 15 Jun 2004
-# Whom: jesper@jdn.dk
-#
-# $FreeBSD$
-#
-
-PORTNAME= sipp
-PORTVERSION= 0.3
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
-MASTER_SITE_SUBDIR= sipp
-
-MAINTAINER= jesper@jdn.dk
-COMMENT= SIP testing tool
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-PLIST_FILES= bin/sipp
-MAN1= sipp.1
-
-pre-install:
- @${CP} ${FILESDIR}/${MAN1} ${WRKSRC}/
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/sipp.1 ${PREFIX}/man/man1/sipp.1
-
-.include <bsd.port.mk>