summaryrefslogtreecommitdiffstats
path: root/x11-wm/pager/Makefile
blob: c6c5d1f946fd3cedc80b4100806d8f74d3b49918 (plain)
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
# Created by: Michael Ebert <ebert@informatik.unibw-muenchen.de>
# $FreeBSD$

PORTNAME=	pager
PORTVERSION=	0.90.3
PORTREVISION=	1
CATEGORIES=	x11-wm
MASTER_SITES=	http://download.tuxfamily.org/sawfishpager/
DISTNAME=	sawfish-pager-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A pager for sawfish without GNOME

BUILD_DEPENDS=	sawfish:${PORTSDIR}/x11-wm/sawfish
RUN_DEPENDS=	sawfish:${PORTSDIR}/x11-wm/sawfish

USE_XZ=		yes
USE_GNOME=	gtk20
USE_GMAKE=	yes
USES=		pkgconfig
GNU_CONFIGURE=	yes

PLIST_FILES=	lib/sawfish/sawfishpager \
		share/sawfish/lisp/sawfish/wm/ext/pager.jl \
		share/sawfish/lisp/sawfish/wm/ext/pager.jlc

post-install:
	@${STRIP_CMD} ${PREFIX}/lib/sawfish/sawfishpager
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud