1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/textproc/rman/Makefile
Eitan Adler 8e1977f39a Remove non-existent WWW
Trim headers

rman is "Artistic License"
2013-03-18 21:06:42 +00:00

22 lines
466 B
Makefile

# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $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
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \
BINDIR="${PREFIX}/bin" MANDIR="${MAN1PREFIX}/man/man1"
MAN1= rman.1
PLIST_FILES= bin/rman
post-install:
@${STRIP_CMD} ${PREFIX}/bin/rman
.include <bsd.port.mk>