mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c03cb471bd
Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
23 lines
509 B
Makefile
23 lines
509 B
Makefile
# New ports collection makefile for: jless
|
|
# Version required: 290
|
|
# Date created: 7 March 1995
|
|
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
|
|
#
|
|
# $Id: Makefile,v 1.5 1995/04/07 05:48:08 asami Exp $
|
|
#
|
|
|
|
DISTNAME= less-290
|
|
PKGNAME= jp-less-290
|
|
CATEGORIES+= japanese
|
|
MASTER_SITES= ftp://ftp.aist-nara.ac.jp/pub/misc/less/
|
|
|
|
PATCH_SITES= ftp://ftp.aist-nara.ac.jp/pub/misc/less/
|
|
PATCHFILES= less-290-iso2.pl1.gz
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
MAINTAINER= asami@FreeBSD.ORG
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|