aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/skippy-xd/Makefile
blob: f6ab33ec32a676b0e119d6baf2d002f77559835b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Created by: Michael Johnson <ahze@ahze.net>
# $FreeBSD$

PORTNAME=	skippy-xd
PORTVERSION=	0.5.0
PORTREVISION=	2
CATEGORIES=	x11-wm

MAINTAINER=	danfe@FreeBSD.org
COMMENT=	Full-screen Expose-style standalone task switcher for X11

LICENSE=	GPLv2

LIB_DEPENDS=	libgif.so:graphics/giflib \
		libpng.so:graphics/png

USES=		gmake jpeg pkgconfig xorg
USE_XORG=	x11 xcomposite xdamage xext xfixes xft xinerama xrender

USE_GITHUB=	yes
GH_ACCOUNT=	richardgv
GH_TAGNAME=	397216c

MAKE_ARGS=	SKIPPYXD_VERSION=${PORTVERSION}-git-${GH_TAGNAME}-2015-02-24

PLIST_FILES=	bin/skippy-xd \
		@sample\ etc/xdg/skippy-xd.rc.sample
PORTDOCS=	CHANGELOG

OPTIONS_DEFINE=	DOCS

post-install-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>