freebsd-ports/textproc/rman/Makefile

24 lines
474 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 04:11:56 +02:00
# $FreeBSD$
#
PORTNAME= rman
PORTVERSION= 3.2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= polyglotman
MAINTAINER= ports@FreeBSD.org
COMMENT= Reverse compile man pages from formatted form
MAN1= rman.1
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/rman
1997-05-30 21:59:34 +02:00
post-install:
@${STRIP_CMD} ${PREFIX}/bin/rman
1997-05-30 21:59:34 +02:00
.include <bsd.port.mk>