14 lines
324 B
Makefile
14 lines
324 B
Makefile
# Created by: Chris Costello <chris@FreeBSD.org>
|
|
|
|
PORTNAME= fconv
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= converters
|
|
MASTER_SITES= LOCAL/chris
|
|
|
|
MAINTAINER= chris@FreeBSD.org
|
|
COMMENT= Converts DOS or Mac-style files to Unix format, and vice-versa
|
|
|
|
MAKE_ARGS+= INSTALLDIR=${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|