aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/gtkdiff/Makefile
blob: 7ad70f951e4eec82ac409f770ab7bb262b0381f9 (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
# New ports collection makefile for:    gtkdiff
# Date created:             17 November 1999
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gtkdiff
PORTVERSION=    1.0.2
CATEGORIES= textproc gnome
MASTER_SITES=   http://www.ainet.or.jp/~inoue/software/gtkdiff/

MAINTAINER= sobomax@FreeBSD.org

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

MAN1=       gtkdiff.1

pre-patch:
    @${PERL} -pi -e 's|-lpthread|-pthread|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>