mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
2d83ee2eb0
A utility to convert text files from any operating system to Unix format, and to convert Unix files to DOS format. PR: 10882 Submitted by: G. Adam Stanislav <zen@buddhist.com>
24 lines
492 B
Makefile
24 lines
492 B
Makefile
# New ports collection makefile for: tuc
|
|
# Version required: 1.10
|
|
# Date created: 30 March 1999
|
|
# Whom: G. Adam Stanislav <adam@whizkidtech.net>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= tuc-1.10
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.whizkidtech.net/fports/
|
|
|
|
MAINTAINER= adam@whizkidtech.net
|
|
|
|
MAN1= tuc.1
|
|
|
|
NO_CDROM= Author does not allow CD-ROM distribution
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tuc ${PREFIX}/bin
|
|
$(INSTALL_MAN) ${WRKSRC}/tuc.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|