mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
21 lines
398 B
Makefile
21 lines
398 B
Makefile
# New ports collection makefile for: ish
|
|
# Date created: 13 August 1997
|
|
# Whom: hosokawa
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ish
|
|
PORTVERSION= 1.11
|
|
CATEGORIES= converters
|
|
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|