diff options
author | flathill <flathill@FreeBSD.org> | 1999-04-08 17:18:12 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1999-04-08 17:18:12 +0800 |
commit | 58b8590fa565dc698086a4894fe089ac4dbdcef8 (patch) | |
tree | bd8177657adb6a0b6aeba88d2c9be5b38f5804c0 /x11-wm/windowmaker-i18n/Makefile | |
parent | 1244ab10a206bf082aa945f41ccd14c417a192f2 (diff) | |
download | freebsd-ports-graphics-58b8590fa565dc698086a4894fe089ac4dbdcef8.tar.gz freebsd-ports-graphics-58b8590fa565dc698086a4894fe089ac4dbdcef8.tar.zst freebsd-ports-graphics-58b8590fa565dc698086a4894fe089ac4dbdcef8.zip |
Update to 0.50.2
Window Maker 0.52.0 needs WindowMaker-extra-0.1.tar.gz, so, I RUN_DEPEND
graphics/wmicons ports that include WindowMaker-extra-0.1.tar.gz.
PR: ports/11012
Submitted by: mac@jp.frebsd.org
Diffstat (limited to 'x11-wm/windowmaker-i18n/Makefile')
-rw-r--r-- | x11-wm/windowmaker-i18n/Makefile | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/x11-wm/windowmaker-i18n/Makefile b/x11-wm/windowmaker-i18n/Makefile index 03b68bac6f7..6b57bc83f8a 100644 --- a/x11-wm/windowmaker-i18n/Makefile +++ b/x11-wm/windowmaker-i18n/Makefile @@ -1,19 +1,17 @@ # New ports collection makefile for: WindowMaker with i18n extention -# Version required: 0.51.0 +# Version required: 0.52.0 # Date created: 24 Nov 1998 # Whom: mac@jp.freebsd.org # -# $Id: Makefile,v 1.54 1999/03/19 16:12:03 flathill Exp $ +# $Id: Makefile,v 1.55 1999/03/19 22:43:09 asami Exp $ -DISTNAME= WindowMaker-0.51.2 -PKGNAME= windowmaker-i18n-0.51.2 +DISTNAME= WindowMaker-0.52.0 +PKGNAME= windowmaker-i18n-0.52.0 CATEGORIES= x11-wm windowmaker MASTER_SITES= ${MASTER_SITE_WINDOWMAKER} \ ftp://muse.brain.riken.go.jp/pub/ja.po/ MASTER_SITE_SUBDIR= beta/srcs -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} \ - ${JA_CATALOGFILE}${EXTRACT_SUFX} -JA_CATALOGFILE= WindowMaker-0.51.2ja2 +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= mac@jp.freebsd.org @@ -25,6 +23,7 @@ LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ PropList.1:${PORTSDIR}/devel/libPropList \ intl.1:${PORTSDIR}/devel/gettext BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf +RUN_DEPENDS= ${X11BASE}/share/WindowMaker/Themes/Checker.themed/style:${PORTSDIR}/graphics/wmicons USE_PERL5= yes USE_X_PREFIX= yes @@ -40,25 +39,28 @@ CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/include/X11/pixmaps \ MAN1= geticonset.1x getstyle.1x seticons.1x setstyle.1x \ wdwrite.1x wmaker.1x wmsetbg.1x wxcopy.1x wxpaste.1x -DATAFILES= WindowMaker-data.tar.gz +JA_CATALOGFILE= # japanese catalog file enhancemt is not available now + +.if defined(JA_CATALOGFILE) && ${JA_CATALOGFILE} != "" +DISTFILES+= ${JA_CATALOGFILE}${EXTRACT_SUFX} +.endif .include <bsd.port.pre.mk> post-patch: @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/WPrefs.app/Paths.c @${PERL} -pi -e "s|%%PERL%%|${PERL}|g" ${WRKSRC}/util/wm-oldmenu2new +.if defined(JA_CATALOGFILE) && ${JA_CATALOGFILE} != "" @${CP} ${WRKDIR}/${JA_CATALOGFILE}/WindowMaker.ja.po \ ${WRKSRC}/po/ja.po @${CP} ${WRKDIR}/${JA_CATALOGFILE}/WPrefs.ja.po \ ${WRKSRC}/WPrefs.app/po/ja.po - -post-install: - @${MKDIR} ${PREFIX}/share/WindowMaker/Pixmaps/ - @${INSTALL_DATA} ${WRKDIR}/WindowMaker-data/pixmaps/* \ - ${PREFIX}/share/WindowMaker/Pixmaps/ - @${MKDIR} ${PREFIX}/share/WindowMaker/Sounds/ +.endif pre-build: @cd ${WRKSRC}/WindowMaker/Defaults && ${MAKE} clean +post-install: + @${MKDIR} ${PREFIX}/share/WindowMaker/Sounds/ + .include <bsd.port.post.mk> |