freebsd-ports/converters/fconv/Makefile
Chris Costello 7b98dfa90a Replace chris@calldei.com' with chris@FreeBSD.org' for `Whom' in the
comments at the top of the Makefile.
2000-04-23 22:45:22 +00:00

22 lines
436 B
Makefile

# New ports collection makefile for: fconv
# Date created: 21 April 1999
# Whom: Chris Costello <chris@FreeBSD.org>
#
# $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>