43 lines
1.1 KiB
Makefile
43 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.10 2007/12/14 12:41:22 ajacoutot Exp $
|
|
|
|
COMMENT= window manipulation tool
|
|
|
|
DISTNAME= devilspie-0.21
|
|
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 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \
|
|
Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig \
|
|
freetype gdk-x11-2.0 gdk_pixbuf-2.0 glib-2.0 glitz \
|
|
gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0 \
|
|
pangoft2-1.0 png startup-notification-1 z
|
|
|
|
MASTER_SITES= http://www.burtonini.com/computing/
|
|
|
|
MODULES= devel/gettext textproc/intltool
|
|
|
|
LIB_DEPENDS= wnck-1.>=16::devel/libwnck
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
USE_X11= Yes
|
|
USE_GMAKE= 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>
|