030823 Patch from Alexey I. Froloff <raorn@altlinux.ru>: This patch adds shadow width to SimpleMenu widget's height (last Sme overlaps with bottom shadow) and fixes SmeBSB drawing code (different regions were highlighted in Redisplay and FlipColors, "disabled" menu items were displayed as normal if .international is set to True).
37 lines
966 B
Makefile
37 lines
966 B
Makefile
# $NetBSD: Makefile,v 1.10 2003/08/31 12:01:16 wiz Exp $
|
|
|
|
DISTNAME= neXtaw-0.14.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://siag.nu/pub/neXtaw/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://siag.nu/neXtaw/
|
|
COMMENT= NeXTstep-like widgets based on the Athena Widget set
|
|
|
|
USE_BUILDLINK2= # defined
|
|
USE_X11BASE= # defined
|
|
GNU_CONFIGURE= # defined
|
|
|
|
USE_LIBTOOL= # defined
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
|
|
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if !empty(MACHINE_PLATFORM:MNetBSD-*-alpha)
|
|
. include "../../mk/gcc.buildlink2.mk"
|
|
.endif
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/doc/FAQ ${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/doc/README.XAW3D ${DOCDIR}
|
|
${INSTALL_DATA_DIR} ${EGDIR}
|
|
for file in ${WRKSRC}/doc/app-defaults/*; do \
|
|
${INSTALL_DATA} $${file} ${EGDIR}; \
|
|
done
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|