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

26 lines
611 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= 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>