mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
9a9e967097
PR: 57309 Submitted by: IIJIMA Hiromitsu <delmonta@ht.sakura.ne.jp>
23 lines
452 B
Makefile
23 lines
452 B
Makefile
# New ports collection makefile for: rman
|
|
# Date created: 27 Dec 1994
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $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
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${PREFIX}/bin/rman
|
|
|
|
.include <bsd.port.mk>
|