diff options
author | chuckr <chuckr@FreeBSD.org> | 1997-04-27 06:20:02 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1997-04-27 06:20:02 +0800 |
commit | 68cedde179efa63f0b3648d992a6cdd8ee8f055d (patch) | |
tree | 9b02d85dfc5a7f35753f717d5bf89f5bd2386fdf /korean/pine/Makefile | |
parent | da3f75631595bc14628edd7c6f5ef1860a3b1a4b (diff) | |
download | freebsd-ports-graphics-68cedde179efa63f0b3648d992a6cdd8ee8f055d.tar.gz freebsd-ports-graphics-68cedde179efa63f0b3648d992a6cdd8ee8f055d.tar.zst freebsd-ports-graphics-68cedde179efa63f0b3648d992a6cdd8ee8f055d.zip |
Port of Pine, customized for the Korean language
Submitted by: Choi Jun Ho <junker@jazz.snu.ac.kr>
Diffstat (limited to 'korean/pine/Makefile')
-rw-r--r-- | korean/pine/Makefile | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/korean/pine/Makefile b/korean/pine/Makefile new file mode 100644 index 00000000000..bbbd89e3476 --- /dev/null +++ b/korean/pine/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: pine-3.96k +# +# Version required: 3.96k +# Date created: 2 Apr 1997 +# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr> +# +# $Id$ +# + +DISTNAME= pine3.96 +PKGNAME= kr-pine-3.96k +CATEGORIES= korean mail +MASTER_SITES= ftp://ftp.cac.washington.edu/pine/ \ + ftp://ftp.kaist.ac.kr/pub/hangul/mail/Others/ \ + ftp://sunsite.kren.nm.kr/pub/packages/hangul/mail/Others/ \ + +DISTFILES= pine3.96.tar.gz pine395k.patch.tar.gz +MAINTAINER= junker@jazz.snu.ac.kr + +EXTRACT_ONLY= pine3.96.tar.gz +MAN1= pine.1 pico.1 pilot.1 + +post-patch: + @cd ${WRKSRC}; \ + tar zxf ${DISTDIR}/pine395k.patch.tar.gz; \ + (cd pine395k; \ + patch < ${FILESDIR}/pine395k.to.396k.patch); \ + patch -s -p0 < pine395k/pine395k.patch + +post-install: + install -d -o ${SHAREOWN} -g ${SHAREGRP} -m 755 \ + ${PREFIX}/share/doc/pine + cd ${WRKSRC} && \ + ${INSTALL_DATA} doc/tech-notes.txt ${PREFIX}/share/doc/pine + cd ${WRKSRC} && \ + ${INSTALL_DATA} pine395k/README \ + ${PREFIX}/share/doc/pine/README.patch.ko + cd ${WRKSRC} && \ + ${INSTALL_DATA} pine395k/README.pine \ + ${PREFIX}/share/doc/pine/README.pine.ko + +.include <bsd.port.mk> |