1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/textproc/rman/Makefile

21 lines
378 B
Makefile
Raw Normal View History

# New ports collection makefile for: rman
# Date created: 27 Dec 1994
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
1999-08-31 02:11:56 +00:00
# $FreeBSD$
#
PORTNAME= rman
2001-02-05 16:35:26 +00:00
PORTVERSION= 3.0.9
CATEGORIES= textproc
MASTER_SITES= ftp://polyglot.sourceforge.net/pub/polyglotman/
MAINTAINER= tg@FreeBSD.org
MAN1= rman.1
1997-05-30 19:59:34 +00:00
post-install:
@strip ${PREFIX}/bin/rman
.include <bsd.port.mk>