freebsd-ports/japanese/esecanna-module-wnn6/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

38 lines
964 B
Makefile

# New ports collection Makefile for: esecanna module for Wnn6
# Date created: 26 February 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= esecanna-module-wnn6
PORTVERSION= 1.0.0
PORTREVISION= 3
CATEGORIES= japanese
MASTER_SITES= http://esecanna.netfort.gr.jp/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= knu
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Esecanna module for Wnn6
LIB_DEPENDS= wnn6.2:${PORTSDIR}/japanese/Wnn6-lib
RUN_DEPENDS= ${LOCALBASE}/sbin/esecannaserver:${PORTSDIR}/japanese/esecanna
USE_AUTOTOOLS= autoconf:213
USE_GMAKE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${PREFIX}/include/wnn6" \
LDFLAGS="${LDFLAGS} -L${PREFIX}/lib"
DIST_SUBDIR= esecanna
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/esecanna
.for i in README CHANGES
${INSTALL_DATA} ${WRKSRC}/${i}.jp ${PREFIX}/share/doc/esecanna/${i}.wnn6.jp
.endfor
.endif
.include <bsd.port.mk>