diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-08-20 09:04:41 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-08-20 09:04:41 +0000 |
commit | 42893e4df6c232437c83dfad159d4f8ae8f4daf2 (patch) | |
tree | e1aa6937199a90a2b6a2c1c6318056542be806a1 /x11-wm | |
parent | 2f791bb96a6e8261732bb23d5ef448889dc45a36 (diff) | |
download | ports-42893e4df6c232437c83dfad159d4f8ae8f4daf2.tar.gz ports-42893e4df6c232437c83dfad159d4f8ae8f4daf2.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmakerconf/Makefile | 26 | ||||
-rw-r--r-- | x11-wm/wmakerconf/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/wmakerconf/pkg-descr | 2 |
3 files changed, 16 insertions, 18 deletions
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index d1da84747e76..26923542cb75 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -7,10 +7,10 @@ # PORTNAME= wmakerconf -PORTVERSION= 2.11 -PORTREVISION= 4 +PORTVERSION= 2.12 CATEGORIES= x11-wm -MASTER_SITES= http://www.starplot.org/wmakerconf/ +MASTER_SITES= SF +DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A configuration tool for Window Maker @@ -18,13 +18,16 @@ COMMENT= A configuration tool for Window Maker LIB_DEPENDS= wraster.4:${PORTSDIR}/x11-wm/windowmaker RUN_DEPENDS= rpm:${PORTSDIR}/archivers/rpm -USE_X_PREFIX= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USE_XLIB= yes USE_GNOME= gnometarget gtk20 USE_PERL5= yes USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-wmakerdir="${X11BASE}/share/WindowMaker" +CONFIGURE_ARGS= --with-wmakerdataprefix="${LOCALBASE}/share" \ + --with-wmakeretcprefix="${LOCALBASE}/share" MAN1= mkpreview.1 wmakerconf.1 @@ -32,19 +35,14 @@ post-extract: @${FIND} ${WRKSRC} -name "*.gmo" -delete pre-configure: - @${PERL} -pi -e 's|lynx wget|lynx fetch|g' ${WRKSRC}/configure - @${PERL} -pi -e 's|: install-data-local|:|g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|lynx wget|lynx fetch|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/chmod 0/d' ${WRKSRC}/Makefile.in .for file in data/WMWmakerconf data/WMWmakerconf.gettext - @${PERL} -pi -e 's|/usr/local/share|${LOCALBASE}|g ; \ + @${REINPLACE_CMD} -e 's|/usr/local/share|${LOCALBASE}|g ; \ s|/usr/share|${X11BASE}|g' ${WRKSRC}/${file} .endfor .for file in data/po/ja.po po/ja.po - @${PERL} -pi -e 's|JISX-0208-1983-0|euc-jp|g' ${WRKSRC}/${file} + @${REINPLACE_CMD} -e 's|JISX-0208-1983-0|euc-jp|g' ${WRKSRC}/${file} .endfor -post-install: - @${MKDIR} ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/wmakerconf.desktop \ - ${PREFIX}/share/applications - .include <bsd.port.mk> diff --git a/x11-wm/wmakerconf/distinfo b/x11-wm/wmakerconf/distinfo index b6c6c5fe9ebe..0714f0cd7bb3 100644 --- a/x11-wm/wmakerconf/distinfo +++ b/x11-wm/wmakerconf/distinfo @@ -1,3 +1,3 @@ -MD5 (wmakerconf-2.11.tar.gz) = d98ff7f6c18cd0d6ffdfa0a990bcf698 -SHA256 (wmakerconf-2.11.tar.gz) = bd7e662988c62035f85b7fafee0911a54da87d2d3c5822b035eee4dd1ae81c89 -SIZE (wmakerconf-2.11.tar.gz) = 791166 +MD5 (wmakerconf_2.12.tar.gz) = 252114b5ee5fc5bec99477497ee045cc +SHA256 (wmakerconf_2.12.tar.gz) = debfc3b2a26fd4bd2dab4a06155b786e1b36e64145012410eb0de730a79a9bb3 +SIZE (wmakerconf_2.12.tar.gz) = 830156 diff --git a/x11-wm/wmakerconf/pkg-descr b/x11-wm/wmakerconf/pkg-descr index f87357cfafc9..f68964ff92c0 100644 --- a/x11-wm/wmakerconf/pkg-descr +++ b/x11-wm/wmakerconf/pkg-descr @@ -1,4 +1,4 @@ Wmakerconf is a configuration tool for the famous window manager Window Maker. It is based on the GTK+ and Imlib libraries. -WWW: http://www.starplot.org/wmakerconf/ +WWW: http://wmakerconf.sourceforge.net/ |