freebsd-ports/textproc/rman/Makefile

23 lines
480 B
Makefile
Raw Normal View History

# Created by: Thomas Gellekum <tg@FreeBSD.org>
1999-08-31 04:11:56 +02:00
# $FreeBSD$
PORTNAME= rman
PORTVERSION= 3.2
CATEGORIES= textproc
MASTER_SITES= SF/polyglotman/polyglotman/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Reverse compile man pages from formatted form
2005-04-21 13:38:38 +02:00
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \
BINDIR="${PREFIX}/bin" MANDIR="${MAN1PREFIX}/man/man1"
MAN1= rman.1
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/rman
NO_STAGE= yes
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>