1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/textproc/rman/Makefile
Thomas Gellekum 415bed1901 Upgrade to 3.0.9.
PR:		19555
Submitted by:	bmah@cisco.com (Bruce A. Mah)
2000-06-28 11:55:49 +00:00

21 lines
379 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
MAN1= rman.1
post-install:
@strip ${PREFIX}/bin/rman
.include <bsd.port.mk>