diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-10 00:38:25 +0000 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-10 00:38:25 +0000 |
commit | 23a370de9246ebad70cee15a85a3a553c9ddd14b (patch) | |
tree | dd08b03c06fe7be35affe58f481699222b69f9d8 /x11-wm/devilspie/Makefile | |
parent | f76a59fb2478ef73c69e242b564f893bffb6fd1b (diff) | |
download | FreeBSD-ports-23a370de9246ebad70cee15a85a3a553c9ddd14b.zip FreeBSD-ports-23a370de9246ebad70cee15a85a3a553c9ddd14b.tar.gz |
- Update to 0.10 [1]
- Beautify the Makefile
Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> [1]
Diffstat (limited to 'x11-wm/devilspie/Makefile')
-rw-r--r-- | x11-wm/devilspie/Makefile | 36 |
1 files changed, 15 insertions, 21 deletions
diff --git a/x11-wm/devilspie/Makefile b/x11-wm/devilspie/Makefile index b492abd..9b46916 100644 --- a/x11-wm/devilspie/Makefile +++ b/x11-wm/devilspie/Makefile @@ -5,31 +5,25 @@ # $FreeBSD$ # -PORTNAME= devilspie -PORTVERSION= 0.8 -PORTREVISION= 1 -CATEGORIES= x11-wm -MASTER_SITES= http://www.burtonini.com/computing/ +PORTNAME= devilspie +PORTVERSION= 0.10 +CATEGORIES= x11-wm +MASTER_SITES= http://www.burtonini.com/computing/ -MAINTAINER= jylefort@FreeBSD.org -COMMENT= A window manipulation tool +MAINTAINER= jylefort@FreeBSD.org +COMMENT= A window manipulation tool -LIB_DEPENDS= popt:${PORTSDIR}/devel/popt -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt +LIB_DEPENDS= popt:${PORTSDIR}/devel/popt +BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -USE_X_PREFIX= yes -USE_GNOME= libwnck libxml2 -USE_REINPLACE= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +USE_X_PREFIX= yes +USE_GNOME= libwnck libxml2 +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -MAN1= devilspie.1 - -post-patch: - @${FIND} ${WRKSRC}/src -name '*.c' | ${XARGS} ${REINPLACE_CMD} -e \ - 's/G_PARAM_WRITABLE/& | G_PARAM_CONSTRUCT/' +MAN1= devilspie.1 post-install: ${MKDIR} ${DATADIR} |