freebsd-ports/converters/ish/Makefile
Philip M. Gollucci 4c86d51bb9 - Update to 2.01a5
- Display trouble correction that originates in problem for y2k fix.

PR:             ports/143305
Submitted by:   Takefu <takefu@airport.fm>
2010-02-10 03:08:13 +00:00

26 lines
550 B
Makefile

# New ports collection makefile for: ish
# Date created: 13 August 1997
# Whom: hosokawa
#
# $FreeBSD$
PORTNAME= ish
PORTVERSION= 2.01a5
CATEGORIES= converters
MASTER_SITES= http://www.unix.gr.jp/jnetcex/soft/\
${MASTER_SITE_PORTS_JP}
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= ports@FreeBSD.org
COMMENT= Binary-to-text file-encoder
MAKEFILE= makefile
MAKE_ARGS= CFLAGS="${CFLAGS}" DEST=${PREFIX}/bin
PLIST_FILES= bin/ish
ALL_TARGET= ish
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>