5752b2e7bb
64-bit fixes for multi-volume format. From SASANO Takayoshi. Make a few minor changes while there: Honour CC flag, and use a do-install: target rather than upstream's makefile which always strips the binaries, even when DEBUG is set.
30 lines
676 B
Makefile
30 lines
676 B
Makefile
# $OpenBSD: Makefile,v 1.19 2011/12/30 23:14:34 sthen Exp $
|
|
|
|
COMMENT= binary-to-text file converter
|
|
|
|
DISTNAME= ish201a5
|
|
PKGNAME= ish-2.01a5
|
|
CATEGORIES= converters
|
|
|
|
PERMIT_PACKAGE_CDROM= no license
|
|
PERMIT_PACKAGE_FTP= no license
|
|
PERMIT_DISTFILES_CDROM= no license
|
|
PERMIT_DISTFILES_FTP= no license
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES= \
|
|
http://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \
|
|
ftp://ftp.jp.freebsd.org/pub/FreeBSD/ports/distfiles/ \
|
|
http://www.unix.gr.jp/jnetcex/soft/
|
|
|
|
MAKE_FILE= makefile
|
|
MAKE_FLAGS= CFLAGS="${CFLAGS}" CC="${CC}"
|
|
ALL_TARGET= ish dispish
|
|
NO_REGRESS= Yes
|
|
|
|
do-install:
|
|
cd ${WRKSRC}; ${INSTALL_PROGRAM} ish dispish ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|