diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-06-02 21:46:53 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-06-02 21:46:53 +0000 |
commit | e3b21bb8b86ca3a28775762df9f8735df79b02e5 (patch) | |
tree | fb96c087f28a46eb0676a1b970e83a880e1fbefc /japanese/celrw | |
parent | fc8edb0c1541ada274942a674a3b8acf4c3f8a30 (diff) | |
download | ports-e3b21bb8b86ca3a28775762df9f8735df79b02e5.tar.gz ports-e3b21bb8b86ca3a28775762df9f8735df79b02e5.zip |
Notes
Diffstat (limited to 'japanese/celrw')
-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 |
5 files changed, 49 insertions, 0 deletions
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 |