1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/converters/fconv/Makefile
2000-06-29 07:03:02 +00:00

23 lines
439 B
Makefile

# New ports collection makefile for: fconv
# Date created: 21 April 1999
# Whom: Chris Costello <chris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fconv
PORTVERSION= 0.1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= chris
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>