mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
3f651573ad
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.
39 lines
956 B
Makefile
39 lines
956 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= knu@FreeBSD.org
|
|
COMMENT= Esecanna module for Wnn6
|
|
|
|
LIB_DEPENDS= wnn6.2:${PORTSDIR}/japanese/Wnn6-lib
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/esecannaserver:${PORTSDIR}/japanese/esecanna
|
|
|
|
USE_AUTOCONF_VER= 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>
|