mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
34da9bdf57
been inactive more than 6 months. We hope to see him back sometime.
19 lines
401 B
Makefile
19 lines
401 B
Makefile
# New ports collection makefile for: zsh with EUC encoding support
|
|
# Date created: 12 May 2002
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../zsh
|
|
|
|
PKGNAMESUFFIX= +euc_hack
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The Z shell with EUC encoding support
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
.include "${MASTERDIR}/Makefile"
|