diff options
Diffstat (limited to 'japanese/celrw/Makefile')
-rw-r--r-- | japanese/celrw/Makefile | 34 |
1 files changed, 34 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> |