diff options
author | sada <sada@FreeBSD.org> | 2002-06-03 05:46:53 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2002-06-03 05:46:53 +0800 |
commit | 5e084febc127a159c7d19df61d9bae448a69d260 (patch) | |
tree | 5899b269378dbaf4c7959a6d7f2e9407456ef882 /japanese | |
parent | 9e1d2e77bea4a82cfb0ce3271e4347fcd1a0bc16 (diff) | |
download | freebsd-ports-gnome-5e084febc127a159c7d19df61d9bae448a69d260.tar.gz freebsd-ports-gnome-5e084febc127a159c7d19df61d9bae448a69d260.tar.zst freebsd-ports-gnome-5e084febc127a159c7d19df61d9bae448a69d260.zip |
PR: ports/31950
Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
Add new port: japanese/celrw .
Celrw is cellular phone-number read/write tool.
Celrw's target is PDC only (in Japan).
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/celrw/Makefile | 34 | ||||
-rw-r--r-- | japanese/celrw/distinfo | 1 | ||||
-rw-r--r-- | japanese/celrw/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/celrw/pkg-descr | 10 | ||||
-rw-r--r-- | japanese/celrw/pkg-plist | 3 |
6 files changed, 50 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index b7aed40039dc..55d5315c69de 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -33,6 +33,7 @@ SUBDIR += cannadic SUBDIR += canuum SUBDIR += cdrom2 + SUBDIR += celrw SUBDIR += chasen SUBDIR += chasen-base SUBDIR += chimera diff --git a/japanese/celrw/Makefile b/japanese/celrw/Makefile new file mode 100644 index 000000000000..8133a1953712 --- /dev/null +++ b/japanese/celrw/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: ja-celrw +# Date created: 13 Nov 2001 +# Whom: IWASHITA Yoji <shuna@pop16.odn.ne.jp> +# +# $FreeBSD$ +# + +PORTNAME= celrw +PORTVERSION= 0.12 +CATEGORIES= japanese misc +MASTER_SITES= http://www.nurs.or.jp/~kurati/celrw/ + +MAINTAINER= shuna@pop16.odn.ne.jp + +BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake + +USE_BZIP2= yes +HAS_CONFIGURE= yes +ALL_TARGET= + +pre-configure: + ${RM} -f ${WRKSRC}/install.sh + ${LN} -sf ${PREFIX}/share/automake/install-sh ${WRKSRC}/install-sh + ${LN} -sf ${PREFIX}/share/automake/config.guess ${WRKSRC}/config.guess + ${LN} -sf ${PREFIX}/share/automake/config.sub ${WRKSRC}/config.sub + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/celrw ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + +.include <bsd.port.mk> diff --git a/japanese/celrw/distinfo b/japanese/celrw/distinfo new file mode 100644 index 000000000000..fb85ae8a7c2c --- /dev/null +++ b/japanese/celrw/distinfo @@ -0,0 +1 @@ +MD5 (celrw-0.12.tar.bz2) = 5a5f87e1aef18e53085a5027e5fcf7c8 diff --git a/japanese/celrw/pkg-comment b/japanese/celrw/pkg-comment new file mode 100644 index 000000000000..1c985eed65d4 --- /dev/null +++ b/japanese/celrw/pkg-comment @@ -0,0 +1 @@ +Cellular phone-number read/write tool (in Japan only) diff --git a/japanese/celrw/pkg-descr b/japanese/celrw/pkg-descr new file mode 100644 index 000000000000..44bc497c0443 --- /dev/null +++ b/japanese/celrw/pkg-descr @@ -0,0 +1,10 @@ +Celrw is cellular phone-number read/write tool. +Celrw's target is PDC only (in Japan). + +see /usr/local/share/doc/celrw/README + +WWW: http://www.nurs.or.jp/~kurati/celrw/ + +- +IWASHITA Yoji +shuna@pop16.odn.ne.jp diff --git a/japanese/celrw/pkg-plist b/japanese/celrw/pkg-plist new file mode 100644 index 000000000000..ea92c6cf4bea --- /dev/null +++ b/japanese/celrw/pkg-plist @@ -0,0 +1,3 @@ +bin/celrw +%%PORTDOCS%%share/doc/celrw/README +%%PORTDOCS%%@dirrm share/doc/celrw |