1999-12-27 03:03:58 +01:00
|
|
|
# New ports collection makefile for: gtkdiff
|
2000-11-01 16:51:11 +01:00
|
|
|
# Date created: 17 November 1999
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
1999-12-27 03:03:58 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 23:54:47 +02:00
|
|
|
PORTNAME= gtkdiff
|
2001-02-05 17:35:26 +01:00
|
|
|
PORTVERSION= 1.0.2
|
1999-12-27 03:03:58 +01:00
|
|
|
CATEGORIES= textproc gnome
|
|
|
|
MASTER_SITES= http://www.ainet.or.jp/~inoue/software/gtkdiff/
|
|
|
|
|
2000-05-17 13:18:29 +02:00
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
1999-12-27 03:03:58 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 09:17:31 +02:00
|
|
|
USE_GNOME= yes
|
1999-12-27 03:03:58 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 09:17:31 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1999-12-27 03:03:58 +01:00
|
|
|
|
2000-01-12 06:46:56 +01:00
|
|
|
MAN1= gtkdiff.1
|
|
|
|
|
2000-10-05 09:17:31 +02:00
|
|
|
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'
|
|
|
|
|
1999-12-27 03:03:58 +01:00
|
|
|
.include <bsd.port.mk>
|