diff options
Diffstat (limited to 'sysutils/plod/Makefile')
-rw-r--r-- | sysutils/plod/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/plod/Makefile b/sysutils/plod/Makefile new file mode 100644 index 0000000..0aad77f --- /dev/null +++ b/sysutils/plod/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: Plod +# Date created: 1 July 2005 +# Whom: Joseph R. +# +# $FreeBSD$ +# + +PORTNAME= plod +PORTVERSION= 1.9 +CATEGORIES= sysutils +MASTER_SITES= http://www.far2wise.net/plod/ + +MAINTAINER= jross@far2wise.net +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> |