/security/pam_fprint/

='vcs-git' href='https://phantom.tfcis.org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/astro/gdesklets-goodweather-psi/Makefile
blob: 0aea2d9adab5ee42bee014e8ad07d7bec723218d (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
43
44
45
# New ports collection makefile for:    gdesklets-goodweather-psi
# Date created:             17 November 2003
# Whom:                 Mezz <mezz7@cox.net>
#
# $FreeBSD$
#

PORTNAME=   goodweather
PORTVERSION=    0.1
PORTREVISION=   1
CATEGORIES= astro gnome
MASTER_SITES=   http://gdesklets.gnomedesktop.org/files/
PKGNAMEPREFIX=  gdesklets-
PKGNAMESUFFIX=  -psi
DISTNAME=   GoodWeather-psi

MAINTAINER= ahze@FreeBSD.org
COMMENT=    A desklet that displays current weather condition and forecast

RUN_DEPENDS=    ${X11BASE}/share/gnome/gdesklets/Sensors/GoodWeather/__init__.py:${PORTSDIR}/astro/gdesklets-goodweather \
        ${X11BASE}/share/gnome/gdesklets/Themes/Psi-Disp-Themes/backgrounds/dark/bg.png:${PORTSDIR}/deskutils/gdesklets-psi_themes

NO_BUILD=   yes
USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_REINPLACE=  yes
PLIST_FILES=    %%DATADIR%%/gdesklets/Displays/${NAME}/gfx/bg-bar.png \
        %%DATADIR%%/gdesklets/Displays/${NAME}/GoodWeather-psi.display
PLIST_DIRS= %%DATADIR%%/gdesklets/Displays/${NAME}/gfx \
        %%DATADIR%%/gdesklets/Displays/${NAME}

NAME=       GoodWeather-psi
WRKSRC=     ${WRKDIR}/${NAME}
DATADIR=    ${PREFIX}/share/gnome
PKGMESSAGE= ${WRKDIR}/pkg-message

do-install:
    @${MKDIR} ${DATADIR}/gdesklets/Displays/${NAME}/gfx
    @${INSTALL_DATA} ${WRKSRC}/gfx/*.png ${DATADIR}/gdesklets/Displays/${NAME}/gfx/
    @${INSTALL_DATA} ${WRKSRC}/${NAME}.display ${DATADIR}/gdesklets/Displays/${NAME}/
    @${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; s|%%NAME%%|${NAME}|g' \
        ${FILESDIR}/pkg-message.in > ${PKGMESSAGE}
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>