1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/converters/fconv/Makefile
Satoshi Taoka 2d05441fab (1) The old fconv-0.1.tar.gz had binaries for i386,
these are not necessary. On another architecture, it cuases a problem.
So removed these.

PR:		12339
Submitted by:	maintainer (author)

(2) By (1), "ONLY_FOR_ARCHS=i386" is not necessary.
1999-06-23 01:28:27 +00:00

22 lines
486 B
Makefile

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