freebsd-ports/japanese/prime-dict/Makefile
Jimmy Olgeni 021be14f65 Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.

CR:		D305
Approved by:	portmgr (swills)
2014-07-05 19:27:03 +00:00

25 lines
609 B
Makefile

# 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= ports@FreeBSD.org
COMMENT= 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>