diff options
Diffstat (limited to 'textproc/rot/Makefile')
-rw-r--r-- | textproc/rot/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/textproc/rot/Makefile b/textproc/rot/Makefile new file mode 100644 index 000000000000..dea30e7398b6 --- /dev/null +++ b/textproc/rot/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# New ports collection Makefile for: rot +# Date created: Sep 21, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= rot +PORTVERSION= 1.2 +CATEGORIES= textproc +MASTER_SITES= http://wuarchive.wustl.edu/languages/c/unix-c/utils/ +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= .tar.Z + +MAINTAINER= ports@FreeBSD.org + +ALL_TARGET= ${PORTNAME} + +MAN1= rot.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/rot ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/rot.man ${MAN1PREFIX}/man/man1/rot.1 + +.include <bsd.port.mk> |