diff options
author | miwi <miwi@FreeBSD.org> | 2008-05-22 08:49:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-05-22 08:49:27 +0800 |
commit | dda89f0e749b8a3d24abbfa8f55ed5c432cbbc77 (patch) | |
tree | 7c6a668e1685af533dee7c56129566203ebda1ef /x11-wm/devilspie/Makefile | |
parent | 6c91faaf64e7bbad68c02e81b6bd1001a1d6b6a3 (diff) | |
download | freebsd-ports-gnome-dda89f0e749b8a3d24abbfa8f55ed5c432cbbc77.tar.gz freebsd-ports-gnome-dda89f0e749b8a3d24abbfa8f55ed5c432cbbc77.tar.zst freebsd-ports-gnome-dda89f0e749b8a3d24abbfa8f55ed5c432cbbc77.zip |
- Update to 0.22
PR: 123874
Submitted by: Ports Fury
Diffstat (limited to 'x11-wm/devilspie/Makefile')
-rw-r--r-- | x11-wm/devilspie/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/x11-wm/devilspie/Makefile b/x11-wm/devilspie/Makefile index 4de4ce63e91c..b36c0cb17003 100644 --- a/x11-wm/devilspie/Makefile +++ b/x11-wm/devilspie/Makefile @@ -6,21 +6,24 @@ # PORTNAME= devilspie -PORTVERSION= 0.20.2 -PORTREVISION= 2 +PORTVERSION= 0.22 CATEGORIES= x11-wm MASTER_SITES= http://www.burtonini.com/computing/ MAINTAINER= ports@FreeBSD.org COMMENT= A window manipulation tool -USE_GNOME= libwnck -GNU_CONFIGURE= yes +USE_GNOME= gnometarget libwnck +USE_GETTEXT= yes USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN1= devilspie.1 PORTDOCS= AUTHORS NEWS README TODO +PLIST_FILES= bin/devilspie \ + share/locale/de/LC_MESSAGES/devilspie.mo post-patch: @${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||' \ |