1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/converters/fconv/Makefile

22 lines
486 B
Makefile
Raw Normal View History

# 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>