diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1997-02-01 14:14:23 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1997-02-01 14:14:23 +0000 |
commit | 33976f70dfd6affc75e76a0a302232912c80a829 (patch) | |
tree | 98c5459768dfe1fbff5c825774def047d4a570bf /x11-wm/fvwm95/Makefile | |
parent | Upgrade, 3.0pl53 -> 3.0pl54. (diff) |
Upgraded fvwm95 port to version 2.0.43a.
The fvwm95 developement team makes good progress ;-))
One thing I doesn't understand when making the port:
When doing make package, then the first @cwd in PLIST isn't
used, so fvwm96 is packaged as /usr/local/bin/fvwm95 instead
of /usr/X11R6/bin/fvwm95.
Would someone please be so kind to look at this. Is it me or
is pkg_add misbehaving ?!
Diffstat (limited to 'x11-wm/fvwm95/Makefile')
-rw-r--r-- | x11-wm/fvwm95/Makefile | 47 |
1 files changed, 11 insertions, 36 deletions
diff --git a/x11-wm/fvwm95/Makefile b/x11-wm/fvwm95/Makefile index a53857d48f37..bf8eac9cf75c 100644 --- a/x11-wm/fvwm95/Makefile +++ b/x11-wm/fvwm95/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: fvwm95-2 -# Version required: 2.0.41f -# Date created: Wed Apr 10 21:57:17 MET DST 1996 +# Version required: 2.0.43a +# Date created: Sa 1 Feb 1997 14:46:05 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.5 1996/10/19 09:13:13 andreas Exp $ +# $Id: Makefile,v 1.6 1996/11/18 11:43:08 asami Exp $ # -DISTNAME= fvwm95-2.0.41f +DISTNAME= fvwm95-2.0.43a-Autoconf CATEGORIES= x11 MASTER_SITES= ftp://mitac11.uia.ac.be/pub/ EXTRACT_SUFX= .tgz @@ -14,39 +14,14 @@ EXTRACT_SUFX= .tgz MAINTAINER= andreas@klemm.gtn.com LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +BUILD_DEPENDS= ${PREFIX}/lib/librplay.a:${PORTSDIR}/audio/rplay -USE_IMAKE= yes -#XMKMF= xmkmf -#ALL_TARGET= Makefiles all +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix=/usr/X11R6 \ + --includedir=${PREFIX}/include \ + --libdir=${PREFIX}/lib -#post-configure: -# @ln ${WRKSRC}/fvwm/fvwm2.man ${WRKSRC}/fvwm/fvwm95-2.man - -post-install: - @echo "installing default system.fvwmrc file..." - @-mv -f ${PREFIX}/lib/X11/fvwm95-2/system.fvwmrc \ - ${PREFIX}/lib/X11/fvwm95-2/system.fvwmrc.old - ${INSTALL} -c -m 444 ${WRKSRC}/example.fvwm2rc95 \ - ${PREFIX}/lib/X11/fvwm95-2/system.fvwmrc - @echo "installing icons in ${PREFIX}/lib/X11/fvwm95-2/..." - @mkdir -p ${PREFIX}/lib/X11/fvwm95-2/icons - ${INSTALL} -c -m 444 ${WRKSRC}/icons/*.x?m \ - ${PREFIX}/lib/X11/fvwm95-2/icons - ${INSTALL} -c -m 444 ${FILESDIR}/*.x?m \ - ${PREFIX}/lib/X11/fvwm95-2/icons - @mkdir -p ${PREFIX}/lib/X11/fvwm95-2/mini-icons - ${INSTALL} -c -m 444 ${WRKSRC}/mini-icons/*.x?m \ - ${PREFIX}/lib/X11/fvwm95-2/mini-icons - @echo "" - @echo "=========== INSTALLATION INSTRUCTIONS ======================" - @echo "To use fvwm95-2 you have to execute the following command:" - @echo "" - @echo " cp ${PREFIX}/lib/X11/fvwm95-2/system.fvwmrc ~/.fvwm2rc95" - @echo "" - @echo "That's it - have fun" - @echo "" - @echo "Andreas Klemm" - @echo "" - @echo "" +post-configure: + @${ECHO} "See the sample.fvwm95rc file in the files directory" .include <bsd.port.mk> |