aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bugbuddy/Makefile
blob: 2a18e09780c93f9c20697070d87f0646ab5c157f (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
# New ports collection makefile for:    bugbuddy
# Date created:             23rd February 2000
# Whom:                 Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   bugbuddy
PORTVERSION=    2.0.1
CATEGORIES= devel gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/bug-buddy
DISTNAME=   bug-buddy-${PORTVERSION}

MAINTAINER= gnome@FreeBSD.org

USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_GNOME=  yes
USE_LIBTOOL=    yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

pre-patch:
    @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
         s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
    @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
        's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
         s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'

.include <bsd.port.mk>
sertions'>+1 * SHA256ifyedwin2006-01-241-0/+1 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1 * Update to 2.92pat2004-11-214-22/+20 * Add size data.trevor2004-03-181-0/+1 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1 * Update to 2.8pat2003-04-292-2/+2 * Remove USE_GNOMENG.marcus2003-04-211-1/+0 * Update to 2.6pat2003-03-252-2/+2 * Clear moonlight beckons.ade2003-03-072-1/+1 * Update to 2.5pat2003-02-152-2/+2 * Deploy USE_GNOMENG infrastructurelioux2002-09-011-1/+2 * Maintainer is now committer so change to new email address.pat2001-11-151-1/+1 * update to 2.4lioux2001-10-142-15/+4 * - chase distfile checksumlioux2001-10-012-5/+5 * update to 2.3lioux2001-09-283-24/+25 * Chase checksum; trivial pixmap change.mikeh2001-08-201-1/+1 * - Remove unnecessary dir removal of share/doc. It's been in the mtreelioux2001-05-101-1/+0 * - Backward compability issue (as old as possible):lioux2001-05-101-1/+1 * The PORTDOCS installation missed the WRKSRC modification. Fix it.lioux2001-05-031-1/+2