blob: a6ce62e268ca325013c4a68c88d110ae325d5977 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.3 1999/06/23 01:28:21 taoka Exp $
#
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>
|