aboutsummaryrefslogblamecommitdiffstats
path: root/converters/unix2dos/Makefile
blob: 5ab54d2dd8a38dd6170cd6a39f792a08f9e92d12 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                

                                               
           
 
                        
                   
                          
                                                            






                                                                    
                                                              


                                                                      
# New ports collection makefile for:    unix2dos
# Date created:     1 February 1999
# Whom:         obonilla@fisicc-ufm.edu
#
# $FreeBSD$
#

PORTNAME=   unix2dos
PORTVERSION=    1.2
CATEGORIES= converters
MASTER_SITES=   http://www.fisicc-ufm.edu/~obonilla/files/ \
        ftp://ftp.guug.org/pub/

MAINTAINER= obonilla@fisicc-ufm.edu

MAN1=       unix2dos.1 dos2unix.1
NO_WRKSUBDIR=   yes

do-install:
    ${INSTALL_PROGRAM} ${WRKDIR}/unix2dos ${PREFIX}/bin/unix2dos
    ${LN} -f ${PREFIX}/bin/unix2dos ${PREFIX}/bin/dos2unix
    ${INSTALL_MAN} ${WRKDIR}/man1/unix2dos.1 ${MANPREFIX}/man/man1
    ${INSTALL_MAN} ${WRKDIR}/man1/dos2unix.1 ${MANPREFIX}/man/man1

.include <bsd.port.mk>