mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
fe7721a8d6
from an ftp space that doesn't exist. Also, fix patches on machines other than tg's ::)
23 lines
445 B
Makefile
23 lines
445 B
Makefile
# New ports collection makefile for: rman
|
|
# Date created: 27 Dec 1994
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rman
|
|
PORTVERSION= 3.1
|
|
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 ${PREFIX}/bin/rman
|
|
|
|
.include <bsd.port.mk>
|