diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-31 15:50:24 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-31 15:50:24 +0000 |
commit | 57b351c6099a43860d825fcd3f481c97226a3a7f (patch) | |
tree | b57beed9eac757d24a3560352326f0ee9167ed6b /x11 | |
parent | 3b1eee9ce11212142b7e559d922a54fd1fa094b0 (diff) | |
download | ports-57b351c6099a43860d825fcd3f481c97226a3a7f.tar.gz ports-57b351c6099a43860d825fcd3f481c97226a3a7f.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gswitchit/Makefile | 13 | ||||
-rw-r--r-- | x11/gswitchit_applet/Makefile | 13 |
2 files changed, 10 insertions, 16 deletions
diff --git a/x11/gswitchit/Makefile b/x11/gswitchit/Makefile index 2c4b32290bee..ab5fe6d4e00f 100644 --- a/x11/gswitchit/Makefile +++ b/x11/gswitchit/Makefile @@ -1,6 +1,6 @@ # Ports collection Makefile for: gswitchit_applet # Date created: 5 June 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ # @@ -13,23 +13,20 @@ MASTER_SITE_SUBDIR= gswitchit MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ - gnome.4:${PORTSDIR}/x11/gnomelibs \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf -RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf USE_X_PREFIX= yes +USE_GNOME= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= gswitchit_applet.1 pre-patch: - @${PERL} -pi -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${PERL} -pi -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \ + ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' diff --git a/x11/gswitchit_applet/Makefile b/x11/gswitchit_applet/Makefile index 2c4b32290bee..ab5fe6d4e00f 100644 --- a/x11/gswitchit_applet/Makefile +++ b/x11/gswitchit_applet/Makefile @@ -1,6 +1,6 @@ # Ports collection Makefile for: gswitchit_applet # Date created: 5 June 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ # @@ -13,23 +13,20 @@ MASTER_SITE_SUBDIR= gswitchit MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= panel_applet.4:${PORTSDIR}/x11/gnomecore \ - gnome.4:${PORTSDIR}/x11/gnomelibs \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf -RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf USE_X_PREFIX= yes +USE_GNOME= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= gswitchit_applet.1 pre-patch: - @${PERL} -pi -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${PERL} -pi -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' \ + ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' |