1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/textproc/rman/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

22 lines
433 B
Makefile

# New ports collection makefile for: rman
# Date created: 27 Dec 1994
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rman
PORTVERSION= 3.0.9
CATEGORIES= textproc
MASTER_SITES= ftp://polyglot.sourceforge.net/pub/polyglotman/
MAINTAINER= tg@FreeBSD.org
COMMENT= Reverse compile man pages from formatted form
MAN1= rman.1
post-install:
@strip ${PREFIX}/bin/rman
.include <bsd.port.mk>