2007-01-04 15:19:53 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2007/01/04 20:19:54 steven Exp $
|
2006-04-17 11:28:41 -04:00
|
|
|
|
|
|
|
COMMENT= "window manipulation tool"
|
|
|
|
|
2006-12-29 06:04:58 -05:00
|
|
|
DISTNAME= devilspie-0.19
|
2007-01-04 15:19:53 -05:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2006-04-17 11:28:41 -04:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.burtonini.com/blog/computers/devilspie
|
|
|
|
|
|
|
|
MAINTAINER= Olle Nilsson <olle@vexed.se>
|
|
|
|
|
2006-12-29 06:04:58 -05:00
|
|
|
# GPL
|
2006-04-17 11:28:41 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2007-01-04 15:19:53 -05:00
|
|
|
WANTLIB= X11 Xext Xrender cairo atk-1.0 c fontconfig freetype m z \
|
|
|
|
gdk_pixbuf-2.0 gdk-x11-2.0 glib-2.0 glitz png \
|
|
|
|
gmodule-2.0 gobject-2.0 gtk-x11-2.0 \
|
2006-09-18 08:19:39 -04:00
|
|
|
pango-1.0 pangoft2-1.0 pangocairo-1.0
|
2006-04-17 11:28:41 -04:00
|
|
|
|
|
|
|
MASTER_SITES= http://www.burtonini.com/computing/
|
|
|
|
|
|
|
|
MODULES= devel/gettext
|
|
|
|
|
2006-12-16 07:22:32 -05:00
|
|
|
BUILD_DEPENDS= :intltool-*:textproc/intltool \
|
2006-04-17 11:28:41 -04:00
|
|
|
:p5-XML-Parser-*:textproc/p5-XML-Parser
|
|
|
|
|
2006-08-03 20:10:42 -04:00
|
|
|
LIB_DEPENDS= wnck-1.>=16::devel/libwnck
|
2006-04-17 11:28:41 -04:00
|
|
|
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
USE_X11= Yes
|
2006-12-29 06:04:58 -05:00
|
|
|
USE_GMAKE= Yes
|
2006-04-17 11:28:41 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/devilspie
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/devilspie
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|