blob: 31c561c8cc48cf6c8d2f04393ba0a45789bf7f1b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: GP + Japanese treatment
# Version required: 2.5p2
# Date created: 15 April 1997
# Whom: Kiriyama Kazuhiko<kiri@kiri.toba-cmt.ac.jp>
#
# $Id: Makefile,v 1.8 1998/08/24 01:04:42 steve Exp $
#
PKGNAME= ja-gp-2.5p2
CATEGORIES= japanese print
LANGUAGE= Japanese
MASTERDIR= ${.CURDIR}/../../print/gp
PKGDIR= ${.CURDIR}/pkg
.include "${MASTERDIR}/Makefile"
|