openbsd-ports/x11/skippy/Makefile

31 lines
660 B
Makefile
Raw Normal View History

2013-03-11 07:35:43 -04:00
# $OpenBSD: Makefile,v 1.18 2013/03/11 11:46:15 espie Exp $
COMMENT= full-screen X11 task-switcher like Apple's Expose
DISTNAME= skippy-0.5.0
REVISION= 6
CATEGORIES= x11
MASTER_SITES= http://thegraveyard.org/files/
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://thegraveyard.org/skippy.php
# X11
PERMIT_PACKAGE_CDROM= Yes
2008-02-01 16:47:16 -05:00
WANTLIB= X11 Xau Xdmcp Xext Xft Xinerama Xrender c expat fontconfig \
2010-07-30 04:02:59 -04:00
freetype m z pthread-stubs xcb Imlib2
2013-03-11 07:35:43 -04:00
NO_TEST= Yes
2010-11-22 03:36:47 -05:00
LIB_DEPENDS= graphics/imlib2
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/skippy
${INSTALL_DATA} ${WRKSRC}/skippyrc-default \
${PREFIX}/share/examples/skippy
.include <bsd.port.mk>