diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-12-17 08:00:23 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-12-17 08:00:23 +0000 |
commit | 57f6de19bde48650c8283b7203cbd8e156e00b80 (patch) | |
tree | 1f5644a65a0bfa576ceb29707eb6ff1a7cbe2114 /japanese/libtomoe-gtk/Makefile | |
parent | ae24171e8a2e486add72fda67e7e719f9266aee1 (diff) | |
download | ports-57f6de19bde48650c8283b7203cbd8e156e00b80.tar.gz ports-57f6de19bde48650c8283b7203cbd8e156e00b80.zip |
Update to 0.4.0.
Notes
Notes:
svn path=/head/; revision=179998
Diffstat (limited to 'japanese/libtomoe-gtk/Makefile')
-rw-r--r-- | japanese/libtomoe-gtk/Makefile | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/japanese/libtomoe-gtk/Makefile b/japanese/libtomoe-gtk/Makefile index 95c4f48b0fab..a8a9a8f8732b 100644 --- a/japanese/libtomoe-gtk/Makefile +++ b/japanese/libtomoe-gtk/Makefile @@ -6,28 +6,19 @@ # PORTNAME= libtomoe-gtk -PORTVERSION= 0.1.0 -PORTREVISION= 1 +PORTVERSION= 0.4.0 +#PORTREVISION= 0 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR=tomoe/17171 +MASTER_SITE_SUBDIR=tomoe/22894 MAINTAINER= ume@FreeBSD.org COMMENT= TOMOE GTK+ library LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe -USE_X_PREFIX= yes USE_GNOME= lthack gnomehack gtk20 GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes - -PLIST_DIRS= include/tomoe -PLIST_FILES= include/tomoe/tomoe_candidates_view.h \ - include/tomoe/tomoe_canvas.h include/tomoe/tomoe-gtk.h \ - include/tomoe/tomoe_window.h \ - lib/libtomoe-gtk.a lib/libtomoe-gtk.la \ - lib/libtomoe-gtk.so lib/libtomoe-gtk.so.0 \ - libdata/pkgconfig/libtomoe-gtk.pc +USE_LDCONFIG= yes .include <bsd.port.mk> |