mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
23 lines
456 B
Makefile
23 lines
456 B
Makefile
# Created by: hosokawa
|
|
|
|
PORTNAME= ish
|
|
PORTVERSION= 2.01a5
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://www.unix.gr.jp/jnetcex/soft/\
|
|
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:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ish ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|