1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/converters/fconv/Makefile
1999-08-25 05:28:01 +00:00

22 lines
444 B
Makefile

# New ports collection makefile for: fconv
# Version required: 0.1
# Date created: 21 April 1999
# Whom: Chris Costello <chris@calldei.com>
#
# $FreeBSD$
#
DISTNAME= fconv-0.1
CATEGORIES= converters
MASTER_SITES= http://www.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>