blob: 2e7ec96ef7adfe07272485fd486cef243e30228b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: Plod
# Date created: 1 July 2005
# Whom: Joseph R.
#
# $FreeBSD$
#
PORTNAME= plod
PORTVERSION= 1.9
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.far2wise.net/plod/
MAINTAINER= ports@FreeBSD.org
COMMENT= A system administration journaling tool
RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs
MAN1= plod.1
MANCOMPRESSED= yes
PLIST_FILES= bin/plod \
share/emacs/site-lisp/plod.el
.include <bsd.port.mk>
|