1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/japanese/suikyo/Makefile
Antoine Brodin 8f66ae99c3 Reset a few maintainers who are unreachable
With hat:	portmgr
2014-05-29 18:54:55 +00:00

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>