diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 05:02:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 05:02:24 +0000 |
commit | 5504e26b7b69f71a0cb7e4baee5ad749c050a11e (patch) | |
tree | 1da5fd2457c57bedc98c7a7efccc44d0ab4cbacb /misc | |
parent | 2dc75ff13e6da2506ef34b2a8502a37940c13743 (diff) |
Convert to new GNOME infrastructure.
Notes
Notes:
svn path=/head/; revision=79439
Diffstat (limited to 'misc')
-rw-r--r-- | misc/quick-lounge-applet/Makefile | 5 | ||||
-rw-r--r-- | misc/stickynotes_applet/Makefile | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/misc/quick-lounge-applet/Makefile b/misc/quick-lounge-applet/Makefile index e2b56d6d9047..11e0b2e010c9 100644 --- a/misc/quick-lounge-applet/Makefile +++ b/misc/quick-lounge-applet/Makefile @@ -15,18 +15,15 @@ DIST_SUBDIR= gnome2 MAINTAINER= marcus@FreeBSD.org COMMENT= Applet to orginize your preferred applications on the GNOME Panel -LIB_DEPENDS= panel-applet-2.0:${PORTSDIR}/x11/gnomepanel - USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack gnomepanel USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ diff --git a/misc/stickynotes_applet/Makefile b/misc/stickynotes_applet/Makefile index e4a1722cad08..0c365963d4ca 100644 --- a/misc/stickynotes_applet/Makefile +++ b/misc/stickynotes_applet/Makefile @@ -13,16 +13,13 @@ MASTER_SITES= http://loban.caltech.edu/stickynotes/packages/ MAINTAINER= marcus@FreeBSD.org COMMENT= Applet that adds sticky notes to your desktop -LIB_DEPENDS= panel-applet-2.0:${PORTSDIR}/x11/gnomepanel - USE_X_PREFIX= yes USE_GMAKE= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack +USE_GNOME= gnomeprefix gnomehack gnomepanel GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ |