26 lines
645 B
Makefile
26 lines
645 B
Makefile
# $OpenBSD: Makefile,v 1.12 2001/05/05 23:11:20 lebel Exp $
|
|
|
|
COMMENT= "binary-to-text file converter"
|
|
|
|
DISTNAME= ish-1.11
|
|
CATEGORIES= converters
|
|
NEED_VERSION= 1.402
|
|
|
|
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= \
|
|
ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ \
|
|
ftp://ftp4.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ \
|
|
ftp://ftp.ics.es.osaka-u.ac.jp/pub/mirrors/FreeBSD-jp/ports-jp/LOCAL_PORTS/
|
|
|
|
MAKE_FILE= makefile
|
|
MAKE_FLAGS= CFLAGS="${CFLAGS}"
|
|
ALL_TARGET= ish
|
|
|
|
.include <bsd.port.mk>
|