diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-09-07 20:46:35 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-09-07 20:46:35 +0000 |
commit | 3e8a5c37f3847f483c65e666365b4656bb8783c0 (patch) | |
tree | 99679cb661e17a595fdee2c1a9baca0165511bde | |
parent | a5a8046ab7f1acca0c8cfe4f0073160eb128d495 (diff) | |
download | pkgsrc-3e8a5c37f3847f483c65e666365b4656bb8783c0.tar.gz |
We use i386/apmvar.h; other architectures will require modification
of the patches, probably something like ${MACHINE_ARCH}/apmvar.h in
patch-ak . I dont' have access to other ports, so for now:
ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i[3-6]86
-rw-r--r-- | x11/bbapm/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/bbapm/Makefile b/x11/bbapm/Makefile index 444038432b5..f5ecad78b7a 100644 --- a/x11/bbapm/Makefile +++ b/x11/bbapm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/07 20:22:52 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/07 20:46:35 jschauma Exp $ # based on # FreeBSD port: # ID: ports/x11-wm/bbapm/Makefile,v 1.5 2002/09/02 01:30:15 lioux Exp @@ -16,6 +16,12 @@ COMMENT= APM monitor for Blackbox GNU_CONFIGURE= yes LDFLAGS+= -Wl,-R${X11BASE}/lib +# For now: +# We use i386/apmvar.h; other architectures will require modification +# of the patches, probably something like ${MACHINE_ARCH}/apmvar.h in +# patch-ak +ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i[3-6]86 + post-patch: ${SED} -e 's,@PREFIX@,${PREFIX},' ${WRKSRC}/data/bbapm.1.tmp > \ ${WRKSRC}/data/bbapm.1 |