1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/textproc/rot/Makefile

29 lines
575 B
Makefile
Raw Normal View History

# 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= ftp://custom.lab.unb.br/pub/unix-c/utils/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:21:36 +00:00
COMMENT= Rotates a file so that lines become columns and vice versa
ALL_TARGET= ${PORTNAME}
2004-02-05 20:38:07 +00:00
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>