aboutsummaryrefslogtreecommitdiff
path: root/converters/fconv/Makefile
blob: a5a6b6fc3382bdbcbe7368663c9d4c95e49307b9 (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
# Date created:		21 April 1999
# Whom:			Chris Costello <chris@calldei.com>
#
# $FreeBSD$
#

PORTNAME=	fconv
PORTVERSION=	0.1
CATEGORIES=	converters
MASTER_SITES=	http://people.FreeBSD.org/~chris/distfiles/

MAINTAINER=	chris@FreeBSD.org

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

.include <bsd.port.mk>