diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 1999-08-31 14:54:38 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 1999-08-31 14:54:38 +0000 |
commit | 102e72b95333562b83422f81be887b8ec9ebe321 (patch) | |
tree | 42c99b4e5a58222f28a9bd2bf278849977cde23c /japanese/jpilot/Makefile | |
parent | b300dbc213daa2672b2f7ecc3aa0ba9f2c0ca91c (diff) | |
download | ports-102e72b95333562b83422f81be887b8ec9ebe321.tar.gz ports-102e72b95333562b83422f81be887b8ec9ebe321.zip |
Notes
Diffstat (limited to 'japanese/jpilot/Makefile')
-rw-r--r-- | japanese/jpilot/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/japanese/jpilot/Makefile b/japanese/jpilot/Makefile new file mode 100644 index 000000000000..6b1890f89db5 --- /dev/null +++ b/japanese/jpilot/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: jpilot (japanized) +# Version required: 0.93.1 +# Date created: Tue Aug 31 23:23:00 JST 1999 +# Whom: sumikawa +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../../palm/jpilot +COMMENT= ${.CURDIR}/pkg/COMMENT + +PKGNAME= ja-jpilot-0.93.1 + +.include "${MASTERDIR}/Makefile" + +CATEGORIES= japanese palm + +MAINTAINER= sumikawa@kame.net + +CONFIGURE_ARGS+= --with-japanese |