aboutsummaryrefslogtreecommitdiff
path: root/japanese/suikyo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/suikyo/Makefile')
-rw-r--r--japanese/suikyo/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/japanese/suikyo/Makefile b/japanese/suikyo/Makefile
deleted file mode 100644
index 3ef3010cb2a4..000000000000
--- a/japanese/suikyo/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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>