diff options
author | ume <ume@FreeBSD.org> | 2006-12-17 16:00:23 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2006-12-17 16:00:23 +0800 |
commit | 3ac57e96c23122a3517cd7791f572d02aa5689ed (patch) | |
tree | 95f0f8d76d42a1f14361c3c67878cb560e0cdbac /japanese/tomoe/Makefile | |
parent | e5e05455eddee6a040304db78eb4b622a6251464 (diff) | |
download | freebsd-ports-gnome-3ac57e96c23122a3517cd7791f572d02aa5689ed.tar.gz freebsd-ports-gnome-3ac57e96c23122a3517cd7791f572d02aa5689ed.tar.zst freebsd-ports-gnome-3ac57e96c23122a3517cd7791f572d02aa5689ed.zip |
Update to 0.4.0.
Diffstat (limited to 'japanese/tomoe/Makefile')
-rw-r--r-- | japanese/tomoe/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/japanese/tomoe/Makefile b/japanese/tomoe/Makefile index d3f511047989..a38c60d2e483 100644 --- a/japanese/tomoe/Makefile +++ b/japanese/tomoe/Makefile @@ -6,24 +6,19 @@ # PORTNAME= tomoe -PORTVERSION= 0.2.1 -PORTREVISION= 1 +PORTVERSION= 0.4.0 +#PORTREVISION= 0 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR=tomoe/16048 +MASTER_SITE_SUBDIR=tomoe/22893 MAINTAINER= ume@FreeBSD.org COMMENT= Tegaki Online MOji-ninshiki Engine USE_GNOME= lthack gnomehack USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes -PLIST_DIRS= include/tomoe share/tomoe -PLIST_FILES= bin/tomoe bin/tomoe1 include/tomoe/tomoe.h \ - lib/libtomoe.a lib/libtomoe.la \ - lib/libtomoe.so lib/libtomoe.so.1 \ - libdata/pkgconfig/tomoe.pc \ - share/tomoe/all.tdic share/tomoe/hiragana.tdic +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include" .include <bsd.port.mk> |