From owner-ports-jp@jp.freebsd.org  Sat May 10 16:46:33 1997
Received: by jaz.jp.freebsd.org (8.8.5+2.7Wbeta5/8.7.3) id QAA23423
	Sat, 10 May 1997 16:46:33 +0900 (JST)
Received: by jaz.jp.freebsd.org (8.8.5+2.7Wbeta5/8.7.3) with ESMTP id QAA23418
	for <ports-jp@jp.freebsd.org>; Sat, 10 May 1997 16:46:32 +0900 (JST)
Received: from kiri.toba-cmt.ac.jp (localhost.toba-cmt.ac.jp [127.0.0.1])
	by kiri.toba-cmt.ac.jp (8.8.5/8.8.5) with ESMTP id QAA10965
	for <ports-jp@jp.freebsd.org>; Sat, 10 May 1997 16:48:34 +0900 (JST)
Message-Id: <199705100748.QAA10965@kiri.toba-cmt.ac.jp>
To: ports-jp@jp.freebsd.org
In-Reply-To: Your message of "Fri, 09 May 1997 08:47:51 +0900"
References: <199705082348.IAA19883@april.on.rim.or.jp>
X-Mailer: Mew version 1.70 on Emacs 19.28.1 / Mule 2.3
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Date: Sat, 10 May 1997 16:48:34 +0900
From: KIRIYAMA Kazuhiko <kiri@kiri.toba-cmt.ac.jp>
Reply-To: ports-jp@jp.freebsd.org
Precedence: bulk
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=19]
X-Sequence: ports-jp 1009
Subject: [ports-jp 1009] Re: x11/jp-fvwm95-2.0.43a
Errors-To: owner-ports-jp@jp.freebsd.org
Sender: owner-ports-jp@jp.freebsd.org

$B6M;3(B $B$G$9!#(B

$B%F%9%H$7$^$7$?!#$G!"$?$$$7$?LdBj$8$c$J$$$s$G%"%l$J$s$G$9$,<!$NE@$K(B
$B$D$$$F5$$E$$$?$^$^=q$-$^$9!#(B

(1) pre-patch $B$N(B !defined(BATCH) $B$O(B IS_INTERACTIVE=yes ?

$B%G%U%)%k%H$G$O(B BATCH $B$ODj5A$5$l$F$J$$$N$G7k6I(B IS_INTERACTIVE=yes $B$G$9(B
$B$h$M!#$3$&$$$&>l9g$I$A$i$K$7$?J}$,$$$$$s$G$7$g$&$+!)(B Handbook $B$K$O(B

If your port requires user input to build, configure or install, then set
IS_INTERACTIVE in your Makefile. This will allow `overnight builds' to skip
your port if the user sets the variable BATCH in his environment (and if the
user sets the variable INTERACTIVE, then only those ports requiring
interaction are built).

$B$H$7$F$$$^$9$,(B...$B!#(B

(2) post-install $B$N(B !defined(NO_INSTALL_MANPAGES) $B$O(B NO_INSTALL_MANPAGES=yes$B!)(B

$B$3$l$b(B BATCH $B$HF1$8$3$H$J$s$G$9$,7k6I(B NO_INSTALL_MANPAGES=yes $B$HF1$8$J(B
$B$s$G$7$g$&$+!)(B Handbook $B$K$O(B

If the port uses imake but does not understand the `install.man' target,
`NO_INSTALL_MANPAGES=yes' should be set. In addition, the author of the
original port should be shot. :>

$B$H$"$j$^$9$,(B...$B!#(B

(3) PLIST $B$K(B man/man1/* $B$,$J$$!)(B

$B%G%U%)%k%H$G$O(B $B%^%K%e%"%k$O%$%s%9%H!<%k$5$l$^$9$N$GF~$l$J$$$H%^%:$$$s(B
$B$8$c$J$$$G$7$g$&$+!)(B

(4) PixmapPath $B$H(B IconPath $B$O(B fvwm2 $B$H6&B8$G$-$k!)(B

PixmapPath $B$H(B IconPath $B$N%Q%9$O(B

PixmapPath /usr/X11R6/include/X11/pixmaps/:/usr/X11R6/icons/
IconPath   /usr/X11R6/include/X11/bitmaps/:/usr/X11R6/icons/

$B$H$J$C$F$^$9$,(B PLIST $B$r8+$F$$$k8B$j(B /usr/X11R6/icons $B$@$1$K%$%s%9%H!<(B
$B%k$5$l$F$$$k$s$G$7$g$&$+!)(B /usr/X11R6/include/X11/pixmaps $B$O(B fvwm2$BMQ$H(B
$B$$$&$3$H$J$s$G$7$g$&$+!)(B

$B0J>e$G$9!#Q(1[$J$,$i(B diff $B$rIU$1$^$9$N$G59$/$*4j$$$7$^$9!#(B

diff -aurN ./Makefile ../../x11/fvwm95/Makefile
--- ./Makefile	Thu May  8 19:29:46 1997
+++ ../../x11/fvwm95/Makefile	Sat May 10 14:29:50 1997
@@ -14,13 +14,13 @@
 MAINTAINER=	ryo2@on.rim.or.jp
 
 LIB_DEPENDS=	Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
-BUILD_DEPENDS=	/usr/local/lib/librplay.a:${PORTSDIR}/audio/rplay
+BUILD_DEPENDS=	${LOCALBASE}/lib/librplay.a:${PORTSDIR}/audio/rplay
 
 USE_X11=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+= --prefix=${PREFIX} --x-includes=${X11BASE}/include \
 		--mandir=${MANPREFIX}/man \
-		--includedir=/usr/local/include --libdir=/usr/local/lib
+		--includedir=${LOCALBASE}/include --libdir=${LOCALBASE}/lib
 CONFIGURE_ENV+=INSTALL_MAN="${INSTALL_MAN}"
 MAN1=	fvwm95.1 xpmroot.1 FvwmAudio.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 \
 	FvwmButtons.1 FvwmConsole.1 FvwmCpp.1 FvwmDebug.1 FvwmForm.1 \
@@ -29,10 +29,10 @@
 	FvwmWinList.1
 EXTRA_PATCH=	patch-ag
 
+SAMPLEDIR=	${PREFIX}/share/examples/fvwm95
+
 pre-clean:
-	@if [ -f ${PATCHDIR}/${EXTRA_PATCH} ]; then \
-		rm -f ${PATCHDIR}/${EXTRA_PATCH}; \
-	fi
+	@${RM} -f ${PATCHDIR}/${EXTRA_PATCH}
 
 pre-patch:
 .if !defined(BATCH) && !defined(FOR_CDROM) && !defined(USE_APM)
@@ -57,6 +57,10 @@
 post-install:
 .if !defined(NO_INSTALL_MANPAGES)
 	@(cd ${WRKSRC} ; ${MAKE} install.man)
+.endif
+.if !defined(NOPORTDOCS)
+	@${MKDIR} ${SAMPLEDIR}
+	@${INSTALL_DATA} ${WRKSRC}/example.fvwm95rc  ${SAMPLEDIR}
 .endif
 
 .include <bsd.port.mk>
diff -aurN ./pkg/PLIST ../../x11/fvwm95/pkg/PLIST
--- ./pkg/PLIST	Thu May  8 08:29:12 1997
+++ ../../x11/fvwm95/pkg/PLIST	Sat May 10 16:44:06 1997
@@ -241,3 +241,28 @@
 icons/xterm.xpm
 icons/xv.xpm
 icons/xview.xpm
+man/man1/fvwm95.1.gz
+man/man1/FvwmAudio.1.gz
+man/man1/FvwmAuto.1.gz
+man/man1/FvwmBacker.1.gz
+man/man1/FvwmBanner.1.gz
+man/man1/FvwmButtons.1.gz
+man/man1/FvwmConsole.1.gz
+man/man1/FvwmCpp.1.gz
+man/man1/FvwmDebug.1.gz
+man/man1/FvwmForm.1.gz
+man/man1/FvwmIconBox.1.gz
+man/man1/FvwmIconMan.1.gz
+man/man1/FvwmIdent.1.gz
+man/man1/FvwmM4.1.gz
+man/man1/FvwmPager.1.gz
+man/man1/FvwmSave.1.gz
+man/man1/FvwmSaveDesk.1.gz
+man/man1/FvwmScroll.1.gz
+man/man1/FvwmTalk.1.gz
+man/man1/FvwmTaskBar.1.gz
+man/man1/FvwmWinList.1.gz
+man/man1/xpmroot.1.gz
+share/examples/fvwm95/example.fvwm95rc
+@dirrm lib/X11/fvwm95
+@dirrm share/examples/fvwm95

$B!t(B examples.fvwm95rc $B$GF0$+$7$^$7$?$,$J$+$J$+$$$$$G$9$M!#%9%/%j!<%s%m%C(B
$B!t(B $B%/$b$"$k$7!#(B $B$GM_$r8@$&$J$iF|K\8lHG(B examples.fvwm95rc $B$,M_$7$$$G$9(B
$B!t(B $B$M!#(B
------------------------------------------------------------------------
$B6M;3OBI'(B <kiri@kiri.toba-cmt.ac.jp>                 $BD;1)>&A%9bEy@lLg3X9;(B
                                                          $BEE;R5!3#9)3X2J(B
