openbsd-ports/x11/devilspie/Makefile

45 lines
1.2 KiB
Makefile
Raw Normal View History

2010-11-22 03:36:47 -05:00
# $OpenBSD: Makefile,v 1.19 2010/11/22 08:36:55 espie Exp $
COMMENT= window manipulation tool
DISTNAME= devilspie-0.22
2010-10-11 04:11:24 -04:00
REVISION= 3
CATEGORIES= x11
HOMEPAGE= http://www.burtonini.com/blog/computers/devilspie
MAINTAINER= Olle Nilsson <olle@vexed.se>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
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
2010-10-11 04:11:24 -04:00
WANTLIB += glib-2.0 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 07:29:44 -04:00
WANTLIB += startup-notification-1 z pthread-stubs xcb wnck-1
MASTER_SITES= http://www.burtonini.com/computing/
2007-12-14 07:41:22 -05:00
MODULES= devel/gettext textproc/intltool
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= devel/libwnck
SEPARATE_BUILD= concurrent
USE_GMAKE= Yes
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
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>