openbsd-ports/japanese/less/Makefile

42 lines
1.0 KiB
Makefile
Raw Normal View History

1998-07-28 21:31:02 -04:00
# imported from FreeBSD on 28 jul 98
# New ports collection makefile for: jless
# Version required: 332
# Date created: 7 March 1995
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
#
# $FreeBSD: Makefile,v 1.13 1998/07/17 20:36:13 steve Exp $
2000-03-10 22:28:13 -05:00
# $OpenBSD: Makefile,v 1.7 2000/03/11 03:28:13 espie Exp $
1998-07-28 21:31:02 -04:00
#
DISTNAME= less-332
PKGNAME= ja-less-332-248
1998-07-28 21:31:02 -04:00
CATEGORIES= japanese
2000-03-10 22:28:13 -05:00
NEED_VERSION= 1.175
1998-07-28 21:31:02 -04:00
MASTER_SITES= ${MASTER_SITE_GNU}
1999-03-06 20:38:58 -05:00
MASTER_SITE_SUBDIR= less
1998-07-28 21:31:02 -04:00
2000-02-02 12:02:38 -05:00
MASTER_SITES0= ftp://ftp.big.or.jp/pub/usr2/jam/less/
PATCHFILES= less-332-iso242.patch.gz:0 \
less-332-iso242-243.patch.gz:0 \
less-332-iso243-244.patch.gz:0 \
less-332-iso244-245.patch.gz:0 \
less-332-iso245-247.patch.gz:0 \
less-332-iso247-248.patch.gz:0
1998-07-28 21:31:02 -04:00
PATCH_DIST_STRIP= -p1
MAINTAINER=espie@openbsd.org
2000-02-12 01:29:49 -05:00
LICENSE_TYPE= BSD
2000-03-10 22:28:13 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 01:29:49 -05:00
2000-03-10 22:28:13 -05:00
FAKE= Yes
HAS_CONFIGURE= Yes
CONFIGURE_ARGS=--prefix='$${DESTDIR}${PREFIX}' --sysconfdir='$${DESTDIR}/etc'
1998-07-28 21:31:02 -04:00
MAN1= jless.1 jlesskey.1
.include <bsd.port.mk>