diff options
author | wiz <wiz> | 2005-01-10 16:30:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-01-10 16:30:18 +0000 |
commit | 5e9501c8687edfd183421a650fe8806849aef314 (patch) | |
tree | c2e3daa2a85718f6eae0ac59dbe4aa119dbd11ff /inputmethod/uim | |
parent | 446bc1a557f73f941e2ba64df2b69019c3bd9299 (diff) | |
download | pkgsrc-5e9501c8687edfd183421a650fe8806849aef314.tar.gz |
Update homepage, and uppercase some variables.
Diffstat (limited to 'inputmethod/uim')
-rw-r--r-- | inputmethod/uim/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index cacbd629353..bcaee3d658a 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/01/04 10:29:15 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2005/01/10 16:30:18 wiz Exp $ # DISTNAME= uim-0.4.5 @@ -7,17 +7,17 @@ CATEGORIES= inputmethod MASTER_SITES= http://freedesktop.org/~tkng/ MAINTAINER= VEG03617@nifty.com -HOMEPAGE= http:/uim.freedesktop.org/ +HOMEPAGE= http://uim.freedesktop.org/wiki/ COMMENT= Uim is a multilingual input method library -USE_BUILDLINK3= yes -USE_PKGLOCALEDIR= yes -USE_LIBTOOL= yes +USE_BUILDLINK3= YES +USE_PKGLOCALEDIR= YES +USE_LIBTOOL= YES USE_NCURSES= # clear_screen, clr_eos PKGCONFIG_OVERRIDE+= ${WRKSRC}/uim.pc.in -GNU_CONFIGURE= yes -USE_X11= yes -GTK2_IMMODULES= yes +GNU_CONFIGURE= YES +USE_X11= YES +GTK2_IMMODULES= YES post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uim |