1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/japanese/prime-dict/Makefile
2010-12-04 07:34:27 +00:00

29 lines
690 B
Makefile

# New ports collection makefile for: ja-prime-dict
# Date created: 6 Jun 2003
# Whom: 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
pre-configure:
@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${ACLOCAL})
.include <bsd.port.mk>