1999-06-07 04:41:57 +00:00
|
|
|
# New ports collection makefile for: fconv
|
|
|
|
# Version required: 0.1
|
|
|
|
# Date created: 21 April 1999
|
|
|
|
# Whom: Chris Costello <chris@calldei.com>
|
|
|
|
#
|
1999-08-08 18:13:22 +00:00
|
|
|
# $Id: Makefile,v 1.3 1999/06/23 01:28:21 taoka Exp $
|
1999-06-07 04:41:57 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= fconv-0.1
|
|
|
|
CATEGORIES= converters
|
1999-08-08 18:13:22 +00:00
|
|
|
MASTER_SITES= http://www.FreeBSD.org/~chris/distfiles/
|
1999-06-07 04:41:57 +00:00
|
|
|
|
1999-08-08 18:13:22 +00:00
|
|
|
MAINTAINER= chris@FreeBSD.org
|
1999-06-07 04:41:57 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
strip ${PREFIX}/bin/dos2bsd
|
|
|
|
strip ${PREFIX}/bin/bsd2dos
|
|
|
|
strip ${PREFIX}/bin/mac2bsd
|
|
|
|
strip ${PREFIX}/bin/bsd2mac
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|