diff options
author | will <will@FreeBSD.org> | 2001-04-18 02:06:49 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-18 02:06:49 +0800 |
commit | cb99d6c056cf3ec07cfa924b03054779cff40f72 (patch) | |
tree | e172610ffa151ce4db79311197991c8f43730bea /net/ipcad/Makefile | |
parent | c0a5628d84948dfe24545bcfc901e66a2f6cd202 (diff) | |
download | freebsd-ports-graphics-cb99d6c056cf3ec07cfa924b03054779cff40f72.tar.gz freebsd-ports-graphics-cb99d6c056cf3ec07cfa924b03054779cff40f72.tar.zst freebsd-ports-graphics-cb99d6c056cf3ec07cfa924b03054779cff40f72.zip |
Add ipcad 2.0, IP accounting daemon simulating Cisco ip accounting.
PR: 26585
Submitted by: vlm@spelio.net.ru
Diffstat (limited to 'net/ipcad/Makefile')
-rw-r--r-- | net/ipcad/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/ipcad/Makefile b/net/ipcad/Makefile new file mode 100644 index 00000000000..480d6c1ae15 --- /dev/null +++ b/net/ipcad/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: ipcad +# Date created: 15 April 2001 +# Whom: vlm@spelio.net.ru +# +# $FreeBSD$ +# + +PORTNAME= ipcad +PORTVERSION= 2.0 +CATEGORIES= net +MASTER_SITES= http://www.spelio.net.ru/soft/ + +MAINTAINER= vlm@spelio.net.ru + +post-install: + strip ${PREFIX}/bin/ipcad +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/ipcad + ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/ipcad +.endif + +.include <bsd.port.mk> |