blob: 8edf8eb2b902d8b8d8079525b7e191bdc78f688d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $NetBSD: Makefile,v 1.6 2004/11/25 19:11:58 minskim Exp $
#
DISTNAME= imhangul_status_applet-0.2
PKGREVISION= 3
CATEGORIES= korean inputmethod
MASTER_SITES= http://download.kldp.net/imhangul/
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://imhangul.kldp.net/\#APPLET
COMMENT= GNOME2 applet to show imhangul status
DEPENDS= imhangul>=0.9.6:../../inputmethod/imhangul
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
GCONF2_SCHEMAS= imhangul_status.schemas
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../x11/gnome-panel/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|