diff options
Diffstat (limited to 'x11-wm/devilspie/Makefile')
-rw-r--r-- | x11-wm/devilspie/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/devilspie/Makefile b/x11-wm/devilspie/Makefile index 26dd2e82c222..5858065edbf9 100644 --- a/x11-wm/devilspie/Makefile +++ b/x11-wm/devilspie/Makefile @@ -6,18 +6,19 @@ # PORTNAME= devilspie -PORTVERSION= 0.17.1 +PORTVERSION= 0.18 CATEGORIES= x11-wm MASTER_SITES= http://www.burtonini.com/computing/ MAINTAINER= jylefort@FreeBSD.org COMMENT= A window manipulation tool -USE_X_PREFIX= yes +USE_XLIB= yes USE_GNOME= libwnck GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --mandir="${PREFIX}/man" MAN1= devilspie.1 PORTDOCS= AUTHORS NEWS README TODO |