switch to new dependency style and add version to license marker.
pointed out by ajacoutot@
This commit is contained in:
parent
8d633ecd63
commit
c7a0192f19
@ -1,33 +1,36 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/08/19 13:47:55 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2010/08/20 11:07:16 fgsch Exp $
|
||||
|
||||
COMMENT = personal dictionary manager for anthy
|
||||
|
||||
DISTNAME = kasumi-2.5
|
||||
|
||||
REVISION = 0
|
||||
|
||||
CATEGORIES = japanese
|
||||
|
||||
HOMEPAGE = http://kasumi.sourceforge.jp/
|
||||
|
||||
# GPL
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
||||
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \
|
||||
freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0 \
|
||||
gthread-2.0 intl m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
||||
pixman-1 png pthread pthread-stubs stdc++ xcb xcb-render \
|
||||
xcb-render-util z
|
||||
WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
||||
Xi Xinerama Xrandr Xrender anthy anthydic atk-1.0 \
|
||||
c cairo expat fontconfig freetype gdk-x11-2.0 \
|
||||
gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0 \
|
||||
gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 \
|
||||
pangocairo-1.0 pangoft2-1.0 pixman-1 png pthread-stubs \
|
||||
pthread stdc++ xcb-render-util xcb-render xcb z
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE_JP:=kasumi/41436/}
|
||||
|
||||
MODULES = devel/gettext
|
||||
|
||||
RUN_DEPENDS = ::devel/desktop-file-utils
|
||||
LIB_DEPENDS = anthy,anthydic::inputmethods/anthy \
|
||||
gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
|
||||
LIB_DEPENDS = ::inputmethods/anthy \
|
||||
::x11/gtk+2
|
||||
|
||||
USE_LIBTOOL = Yes
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
Loading…
Reference in New Issue
Block a user