63fc151cb9
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
23 lines
592 B
Makefile
23 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.5 2001/08/29 22:41:22 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= amiwm0.20pl48
|
|
PKGNAME= amiwm-0.20p48
|
|
CATEGORIES= x11 wm
|
|
MASTER_SITES= ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/
|
|
|
|
MAINTAINER= rh@trapdoor.vip.at
|
|
HOMEPAGE= http://www.lysator.liu.se/~marcus/amiwm.html
|
|
COMMENT= X window manager with Amiga look and feel
|
|
|
|
LICENSE= amiwm-license
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CFLAGS="-DHAVE_X11_EXTENSIONS_SHAPE_H=1 -O" \
|
|
X_PRE_LIBS="-Wl,-R${X11BASE}/lib" \
|
|
X_EXTRA_LIBS="-lXt"
|
|
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|