mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
8f66ae99c3
With hat: portmgr
31 lines
721 B
Makefile
31 lines
721 B
Makefile
# Created by: Gen Otsuji<otsuji@users.sourceforge.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= suikyo
|
|
PORTVERSION= 2.1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= http://prime.sourceforge.jp/src/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Romaji-Kana conversion Library for the prime
|
|
|
|
USE_RUBY= yes
|
|
USES= pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-rubydir=${RUBY_SITELIBDIR}
|
|
USE_AUTOTOOLS= automake autoconf
|
|
|
|
NO_STAGE= yes
|
|
pre-configure:
|
|
@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL})
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
cd ${WRKSRC}/doc; ${MAKE} ${INSTALL_TARGET}
|
|
cd ${WRKSRC}/elisp/doc; ${MAKE} ${INSTALL_TARGET}
|
|
cd ${WRKSRC}/ruby/doc; ${MAKE} ${INSTALL_TARGET}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|