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