diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 11:51:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 11:51:05 +0000 |
commit | 932db7c46c9a269808dfa67ea02746b350c194d8 (patch) | |
tree | 5182ef394eeef9bff78abf27f4a3a05f7fb8ff43 /japanese/canna-lib | |
parent | b9b5e71f19dfde1a969d42e0660cc786432b3500 (diff) |
Notes
Diffstat (limited to 'japanese/canna-lib')
-rw-r--r-- | japanese/canna-lib/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/japanese/canna-lib/Makefile b/japanese/canna-lib/Makefile index c352ed792fae..7dcefd6fd578 100644 --- a/japanese/canna-lib/Makefile +++ b/japanese/canna-lib/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: canna-lib -# Date created: 7 September 2008 -# Whom: hrs -# +# Created by: hrs # $FreeBSD$ -# PORTNAME= canna PORTVERSION= 3.7p3 @@ -17,9 +13,9 @@ DISTNAME= Canna${PORTVERSION:S/.//g} MAINTAINER= hrs@FreeBSD.org COMMENT= A Kana-to-Kanji conversion system, library part +USES= imake USE_BZIP2= yes USE_GCC= any -USE_IMAKE= yes USE_LDCONFIG= yes NO_INSTALL_MANPAGES=yes MAKE_JOBS_UNSAFE= yes @@ -28,12 +24,10 @@ PLIST_SUB= METAFILE="${METAFILE}" \ ALL_TARGET= canna INSTALL_TARGET= instsgs +XMKMF= xmkmf METAFILE= ${DATADIR_REL}/canna-lib-dic.meta -post-configure: - @cd ${CONFIGURE_WRKSRC} && ${SETENV} ${MAKE_ENV} ${XMKMF} - post-install: ${MTREE_CMD} -cdink uname,gname,mode,nochange \ -p ${DATADIR}/dic > ${PREFIX}/${METAFILE} |