1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/textproc/rot/Makefile
Baptiste Daroussin ec5908928a Point to a new MASTER_SITES, remove deprecation
PR:		ports/155627
Submitted by:	Henk van Oers <henk.van.oers _at_ xs4all.nl>
2011-03-24 06:18:04 +00:00

29 lines
565 B
Makefile

# 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://www.xs4all.nl/~henkoers/
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>