diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-04-23 16:16:47 +0800 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-04-23 16:16:47 +0800 |
commit | 3bc55d8076c240df5c1704b18ad51bff5450967b (patch) | |
tree | 246ff7f9ec6f0fa0f5f3505ce9932f868404a93d /japanese/mecab/Makefile | |
parent | 19bbc319eff24ba7cd4c496c36699d995064cd54 (diff) | |
download | freebsd-ports-gnome-3bc55d8076c240df5c1704b18ad51bff5450967b.tar.gz freebsd-ports-gnome-3bc55d8076c240df5c1704b18ad51bff5450967b.tar.zst freebsd-ports-gnome-3bc55d8076c240df5c1704b18ad51bff5450967b.zip |
Introduce Makefile.common for upcoming children ports.
Diffstat (limited to 'japanese/mecab/Makefile')
-rw-r--r-- | japanese/mecab/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/japanese/mecab/Makefile b/japanese/mecab/Makefile index d8c26f32c39d..42f1e8d51720 100644 --- a/japanese/mecab/Makefile +++ b/japanese/mecab/Makefile @@ -5,8 +5,8 @@ # $FreeBSD$ # -PORTNAME= mecab -PORTVERSION= 0.75 +PORTNAME= ${MECAB_PORTNAME} +PORTVERSION= ${MECAB_PORTVERSION} CATEGORIES= japanese textproc MASTER_SITES= http://cl.aist-nara.ac.jp/~taku-ku/software/mecab/src/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -23,6 +23,8 @@ USE_PERL= yes GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +.include "${.CURDIR}/Makefile.common" + MAN1= mecab.1 EXAMPLES= example/* |