blob: 7220130fb2f8d3f3990fd6b61c68ca0a4bac525f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Gen Otsuji<otsuji@users.sourceforge.jp>
# $FreeBSD$
PORTNAME= prime
PORTVERSION= 1.0.0
PORTREVISION= 2
CATEGORIES= japanese
MASTER_SITES= http://prime.sourceforge.jp/src/
PKGNAMESUFFIX= -dict
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
MAINTAINER= otsuji@users.sourceforge.jp
COMMENT= A dictionary set for the prime
USE_RUBY= yes
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})
.include <bsd.port.mk>
|