aboutsummaryrefslogtreecommitdiffstats
path: root/finance/gnofin/Makefile
blob: 3341cc65449acbcd543b8a3ede1bea211f4409cb (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:    gnofin
# Date created:             Sun Jul 18 1999
# Whom:                 domi@saargate.de
#
# $FreeBSD$
#

PORTNAME=   gnofin
PORTVERSION=    0.8.4
PORTREVISION=   3
CATEGORIES= finance deskutils gnome
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Light-weight GNOME based financial management program

USE_X_PREFIX=   yes
USE_GNOME=  gnomehack gnomelibs gnomeprefix
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

MAN1=       gnofin.1

post-patch:
    @${REINPLACE_CMD} -e \
        's|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
        s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g ; \
        s|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
            ${WRKSRC}/configure
    @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
        's|_la_LDFLAGS =|_la_LDFLAGS = -avoid-version|g'

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700029
BROKEN=     Incorrect pkg-plist (bad objformat handling)
.endif

.include <bsd.port.post.mk>