summaryrefslogtreecommitdiff
path: root/converters/fconv/Makefile
blob: e0766fd589a70d5e43c0a685fa024baf1bdb6ed6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	fconv
# Version required:	0.1
# Date created:		21 April 1999
# Whom:			Chris Costello <chris@calldei.com>
#
# $Id: Makefile,v 1.2 1999/06/22 16:31:55 steve Exp $
#

DISTNAME=	fconv-0.1
CATEGORIES=	converters
MASTER_SITES=	http://WWW.FreeBSD.ORG/~taoka/distfiles/

MAINTAINER=	ports@FreeBSD.ORG

post-install:
	strip ${PREFIX}/bin/dos2bsd
	strip ${PREFIX}/bin/bsd2dos
	strip ${PREFIX}/bin/mac2bsd
	strip ${PREFIX}/bin/bsd2mac

.include <bsd.port.mk>