mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
7d368ef278
- Support staging PR: ports/184856 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
24 lines
491 B
Makefile
24 lines
491 B
Makefile
# Created by: 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
|
|
ALL_TARGET= ish
|
|
|
|
PLIST_FILES= bin/ish
|
|
|
|
do-install:
|
|
(cd ${WRKSRC} && ${INSTALL_PROGRAM} ish ${STAGEDIR}${PREFIX}/bin)
|
|
|
|
.include <bsd.port.mk>
|