aboutsummaryrefslogtreecommitdiffstats
path: root/converters/fconv/Makefile
blob: 609a802ae3c29132921a1b736df9a00c148c7f26 (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
# New ports collection makefile for:    fconv
# Date created:     21 April 1999
# Whom:         Chris Costello <chris@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   fconv
PORTVERSION=    1.1
PORTREVISION=   1
CATEGORIES= converters
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= chris

MAINTAINER= chris@FreeBSD.org
COMMENT=    Converts DOS or Mac-style files to Unix format, and vice-versa

MAKE_ENV+=  INSTALLDIR=${PREFIX}/bin

post-extract:
    @${REINPLACE_CMD} "s|^INSTALLDIR.*=|INSTALLDIR?=|" \
        ${WRKSRC}/Makefile

.include <bsd.port.mk>