diff options
Diffstat (limited to 'x11-wm/afterstep-i18n/Makefile')
-rw-r--r-- | x11-wm/afterstep-i18n/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/x11-wm/afterstep-i18n/Makefile b/x11-wm/afterstep-i18n/Makefile index 8039cc3c4e51..a66b7e32e316 100644 --- a/x11-wm/afterstep-i18n/Makefile +++ b/x11-wm/afterstep-i18n/Makefile @@ -3,7 +3,7 @@ # Date created: 23 October 1998 # Whom: issei@jp.FreeBSD.ORG # -# $Id: Makefile,v 1.2 1998/11/16 19:41:11 billf Exp $ +# $Id: Makefile,v 1.3 1998/11/19 22:03:49 kuriyama Exp $ # DISTNAME= AfterStep-1.0 @@ -34,12 +34,22 @@ MAN1= afterstep.1 asclock.1 Animate.1 Audio.1 Auto.1 Banner.1 \ AFTERSTEPDIR= ${PREFIX}/lib/X11/afterstep ICONDIR= ${PREFIX}/include/X11/pixmaps +SRCDIRS= afterstep \ + modules/Animate modules/Audio modules/Auto \ + modules/Banner modules/Pager modules/Wharf \ + modules/Wharf/ASSound + pre-patch: @ ${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/as10+I18N.98Feb27.diff post-patch: @ ${CP} ${WRKSRC}/sample.steprc ${WRKSRC}/sample.steprc.ja_JP.EUC @ ${PATCH} ${PATCH_DIST_ARGS} < ${FILESDIR}/steprc.ja.diff + @ for i in ${SRCDIRS}; do \ + cd ${WRKSRC}/$$i; \ + mv Imakefile Imakefile.orig; \ + sed -e 's/#ifdef AlphaArchitecture/#if defined(AlphaArchitecture) \&\& !defined(FreeBSDArchitecture)/' < Imakefile.orig > Imakefile; \ + done pre-build: @ cd ${WRKSRC}; ${SH} MakeMakefiles |