2010-07-30 11:29:44 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2010/07/30 11:29:44 ajacoutot Exp $
|
2006-04-17 15:28:41 +00:00
|
|
|
|
2007-09-15 20:04:18 +00:00
|
|
|
COMMENT= window manipulation tool
|
2006-04-17 15:28:41 +00:00
|
|
|
|
2008-02-15 15:44:00 +00:00
|
|
|
DISTNAME= devilspie-0.22
|
2010-07-30 11:29:44 +00:00
|
|
|
REVISION= 2
|
2006-04-17 15:28:41 +00:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
HOMEPAGE= http://www.burtonini.com/blog/computers/devilspie
|
|
|
|
|
|
|
|
MAINTAINER= Olle Nilsson <olle@vexed.se>
|
|
|
|
|
2006-12-29 11:04:58 +00:00
|
|
|
# GPL
|
2006-04-17 15:28:41 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2009-03-07 14:23:24 +00:00
|
|
|
WANTLIB += X11 XRes Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
|
|
|
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat
|
|
|
|
WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
|
|
|
|
WANTLIB += glib-2.0 glitz gmodule-2.0 gobject-2.0 gtk-x11-2.0
|
|
|
|
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
|
2010-07-30 11:29:44 +00:00
|
|
|
WANTLIB += startup-notification-1 z pthread-stubs xcb wnck-1
|
2006-04-17 15:28:41 +00:00
|
|
|
|
|
|
|
MASTER_SITES= http://www.burtonini.com/computing/
|
|
|
|
|
2007-12-14 12:41:22 +00:00
|
|
|
MODULES= devel/gettext textproc/intltool
|
2006-04-17 15:28:41 +00:00
|
|
|
|
2010-07-30 11:29:44 +00:00
|
|
|
LIB_DEPENDS= ::devel/libwnck
|
2006-04-17 15:28:41 +00:00
|
|
|
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
|
|
USE_X11= Yes
|
2006-12-29 11:04:58 +00:00
|
|
|
USE_GMAKE= Yes
|
2006-04-17 15:28:41 +00: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>
|