freebsd-ports/sysutils/plod/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

25 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= 2
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>