mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
8bdaf8eb62
<jross@far2wise.net>: host far2wise.net[199.237.239.220] said: 553 5.3.0 <jross@far2wise.net>... User unknown (in reply to RCPT TO command)
26 lines
462 B
Makefile
26 lines
462 B
Makefile
# 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>
|