update Thu Oct 1 06:37:00 PDT 2009
[pkgsrc.git] / x11 / xkeycaps / Makefile
1 # $NetBSD: Makefile,v 1.17 2008/11/10 17:21:39 wiz Exp $
2 #
3
4 DISTNAME=       xkeycaps-2.46
5 PKGREVISION=    3
6 CATEGORIES=     x11
7 MASTER_SITES=   ${MASTER_SITE_XCONTRIB:=applications/} \
8                 http://www.jwz.org/xkeycaps/
9 EXTRACT_SUFX=   .tar.Z
10
11 MAINTAINER=     pkgsrc-users@NetBSD.org
12 HOMEPAGE=       http://www.jwz.org/xkeycaps/
13 COMMENT=        Graphical front-end to xmodmap
14
15 PKG_DESTDIR_SUPPORT=    user-destdir
16
17 USE_IMAKE=      yes
18
19 pre-configure:
20 .if (${MACHINE_ARCH} == "m68k")
21         @cd ${WRKSRC}; ${MV} Imakefile Imakefile.old; \
22         ${ECHO} CDEBUGFLAGS=    -O >Imakefile; \
23         ${CAT} Imakefile.old >>Imakefile
24 .endif
25
26 .include "../../x11/libXaw/buildlink3.mk"
27 .include "../../x11/libXt/buildlink3.mk"
28 .include "../../x11/xbitmaps/buildlink3.mk"
29 .include "../../mk/bsd.pkg.mk"