aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/skippy-xd/Makefile
blob: 670bdf238b334669eff72b82e5baf0fe2e831e53 (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
37
38
39
40
41
42
# New ports collection makefile for:    skippy-xd
# Date created:     2004-05-19
# Whom:         michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#

PORTNAME=   skippy-xd
PORTVERSION=    0.5.0
PORTREVISION=   1
CATEGORIES= x11-wm
MASTER_SITES=   http://thegraveyard.org/files/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A full-screen X11 task-switcher like Apple's Expose

BUILD_DEPENDS=  freetype-config:${PORTSDIR}/print/freetype2

USE_BZIP2=  yes
USE_GNOME=  pkgconfig
USE_XORG=   x11 xft xcomposite xdamage xfixes xrender xinerama xext xmu
PLIST_FILES=    bin/skippy-xd \
        %%DATADIR%%/skippy-xd.rc-default
PLIST_DIRS= %%DATADIR%%
PKGMESSAGE= ${WRKDIR}/pkg-message

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|; \
        s|/usr/local|${LOCALBASE}|; s|gcc|${CC}|' \
            ${WRKSRC}/Makefile
post-build:
    @${SED} 's|%%DATADIR%%|${DATADIR}|' ${PKGDIR}/pkg-message >${PKGMESSAGE}

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/skippy-xd ${PREFIX}/bin
    @${MKDIR} ${DATADIR}
    @${INSTALL_DATA} ${WRKSRC}/skippy-xd.rc-default ${DATADIR}

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>