diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-10-14 23:16:52 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-10-14 23:16:52 +0000 |
commit | 454fb273ef092f861ead2ac22bcb66f5b7b5d64a (patch) | |
tree | 8a93e22e1727eb799804168d48f41fa4b053d148 | |
parent | 9ea808c176522f981a57151f18a733c95cdea8ee (diff) | |
download | ports-454fb273ef092f861ead2ac22bcb66f5b7b5d64a.tar.gz ports-454fb273ef092f861ead2ac22bcb66f5b7b5d64a.zip |
Notes
-rw-r--r-- | sysutils/autopsy/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/autopsy/Makefile b/sysutils/autopsy/Makefile index a3837eb2836c..5846d8e19b67 100644 --- a/sysutils/autopsy/Makefile +++ b/sysutils/autopsy/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Autopsy -# Date created: 2003-08-12 -# Whom: Pieter Danhieux <opr@bsdaemon.be> -# +# Created by: Pieter Danhieux <opr@bsdaemon.be> # $FreeBSD$ -# PORTNAME= autopsy PORTVERSION= 2.24 @@ -11,7 +7,9 @@ CATEGORIES= sysutils security MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= Graphical interface to The Sleuth Kit +COMMENT= Web-based (graphical) interface to The Sleuth Kit + +LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/bin/ifind:${PORTSDIR}/sysutils/sleuthkit RUN_DEPENDS:= ${BUILD_DEPENDS} |