summaryrefslogtreecommitdiffstats
path: root/astro/glunarclock/Makefile
blob: cf7ca438dc04fbba10248783e72debac83f9d8e2 (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
# New ports collection makefile for:    glunarclock
# Date created:     9 December 2003
# Whom:         Vincent Tantardini <vinc@freebsd-fr.org>
#
# $FreeBSD$
#    $MCom: ports/astro/glunarclock/Makefile,v 1.7 2008/01/31 08:27:46 marcus Exp $

PORTNAME=   glunarclock
PORTVERSION=    0.32.4
PORTREVISION=   6
CATEGORIES= astro gnome
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    GNOME applet that displays the current phase of the Moon

LIB_DEPENDS=    xklavier.12:${PORTSDIR}/x11/libxklavier

USE_GNOME=  gail gnomehack gnomepanel gnomeprefix gnometarget intlhack
USE_GMAKE=  yes
USE_GETTEXT=    yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_OMF=   yes

PLIST_SUB=  VERSION="${PORTVERSION:R}"

GCONF_SCHEMAS=  glunarclock.schemas

post-patch:
    @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
        's|-DGNOME_DISABLE_DEPRECATED||g'

.include <bsd.port.mk>