2000-02-23 15:37:49 -05:00
|
|
|
# New ports collection makefile for: bugbuddy
|
|
|
|
# Date created: 23rd February 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-11 17:30:15 -04:00
|
|
|
PORTNAME= bugbuddy
|
2001-08-08 11:48:40 -04:00
|
|
|
PORTVERSION= 2.0.8
|
2000-02-23 15:37:49 -05:00
|
|
|
CATEGORIES= devel gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2001-06-19 07:33:02 -04:00
|
|
|
MASTER_SITE_SUBDIR= stable/sources/bug-buddy
|
2000-04-11 17:30:15 -04:00
|
|
|
DISTNAME= bug-buddy-${PORTVERSION}
|
2000-02-23 15:37:49 -05:00
|
|
|
|
2001-05-11 12:36:50 -04:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2000-02-23 15:37:49 -05:00
|
|
|
|
2001-07-05 13:38:14 -04:00
|
|
|
BUILD_DEPENDS= msgfmt-new:${PORTSDIR}/devel/gettext-devel
|
|
|
|
|
2000-02-23 15:37:49 -05:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2000-10-05 03:10:50 -04:00
|
|
|
USE_GNOME= yes
|
2000-02-23 15:37:49 -05:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2001-07-05 13:38:14 -04:00
|
|
|
LIBS="-L${LOCALBASE}/lib" \
|
|
|
|
MSGFMT=${LOCALBASE}/bin/msgfmt-new \
|
|
|
|
XGETTEXT=${LOCALBASE}/bin/xgettext-new
|
2000-02-23 15:37:49 -05:00
|
|
|
|
2000-08-04 12:11:37 -04:00
|
|
|
pre-patch:
|
2001-03-29 11:35:19 -05:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-08-03 21:19:21 -04:00
|
|
|
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'
|
|
|
|
|
2000-02-23 15:37:49 -05:00
|
|
|
.include <bsd.port.mk>
|