blob: 4f972777d733c398c1ed580fe9e77b5554bbcd83 (
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>
#
# $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>
|