mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
474b385af1
for PKGNAME. (IE, jp-* to ja-*).
27 lines
713 B
Makefile
27 lines
713 B
Makefile
# New ports collection makefile for: plain2
|
|
# Version required: 2.54
|
|
# Date created: 20 April 1997
|
|
# Whom: nkazushi@highway.or.jp
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1997/08/12 15:36:39 itojun Exp $
|
|
#
|
|
|
|
DISTNAME= plain2-2.54
|
|
PKGNAME= ja-plain2-2.54
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ftp://ftp.nec.co.jp/pub/packages/plain2/
|
|
|
|
MAINTAINER= nkazushi@highway.or.jp
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
ALL_TARGET= plain2
|
|
|
|
# Some hint for incorporating unofficial HTML support patch.
|
|
# Currently it is not supported.
|
|
#PATCH_SITES= http://shika.aist-nara.ac.jp/products/DEST/plain2/
|
|
#PATCHFILES= plain2-2.53-html.94aug14.patch.gz
|
|
#RUN_DEPENDS+= tcsh:${PORTSDIR}/shells/tcsh
|
|
#PATCH_DIST_STRIP= -p2 -F 3
|
|
|
|
.include <bsd.port.mk>
|