aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rot/Makefile
blob: 0e7500214e5be0f1bf2f5222ac77b8416102a09f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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://ftp.unicamp.br/pub/unix-c/utils/
DISTNAME=   ${PORTNAME}
EXTRACT_SUFX=   .tar.Z

MAINTAINER= ports@FreeBSD.org
COMMENT=    Rotates a file so that lines become columns and vice versa

ALL_TARGET= ${PORTNAME}

MAN1=       rot.1
PLIST_FILES=    bin/rot

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/rot ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/rot.man ${MAN1PREFIX}/man/man1/rot.1

.include <bsd.port.mk>