blob: 1ab4f05f45c2101d905d28961d9e18a1da152b99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: mule 2.3@19.34 with Canna
# Version required: 2.3@19.34
# Date created: 7 July 1997
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $Id: Makefile,v 1.33 1998/12/01 03:06:07 asami Exp $
#
PKGNAME= ja-mule-canna-2.3
CATEGORIES= japanese editors
CANNA= yes
MASTERDIR= ${.CURDIR}/../../editors/mule
PKGDIR= ${.CURDIR}/pkg
.include "${MASTERDIR}/Makefile"
|