freebsd-ports/japanese/eblook/Makefile
Ade Lovett 3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00

37 lines
874 B
Makefile

# New ports collection makefile for: eblook
# Date created: 20 August 1999
# Whom: Shigeyuki Fukushima <shige@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= eblook
PORTVERSION= 1.5.1
PORTREVISION= 2
CATEGORIES= japanese textproc
MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/
DIST_SUBDIR= eb
MAINTAINER= shige@FreeBSD.org
COMMENT= Interactive EB interface command for seraching words in electoric dictionaries
DOCDIR= share/doc/eblook
LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb
GNU_CONFIGURE= yes
USE_AUTOMAKE_VER= 14
CONFIGURE_ARGS= --with-eb-includes=${PREFIX}/include \
--with-eb-libraries=${PREFIX}/lib
PLIST_SUB= DOCDIR=${DOCDIR}
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/${DOCDIR}
@for i in AUTHORS COPYING ChangeLog NEWS README ; do \
${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${DOCDIR} ;\
done
.endif
.include <bsd.port.mk>