diff options
Diffstat (limited to 'textproc/gtkdiff/Makefile')
-rw-r--r-- | textproc/gtkdiff/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/gtkdiff/Makefile b/textproc/gtkdiff/Makefile new file mode 100644 index 000000000000..a1e4e6e7c769 --- /dev/null +++ b/textproc/gtkdiff/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gtkdiff +# Date created: 17 November 1999 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gtkdiff +PORTVERSION= 1.8.0 +PORTREVISION= 8 +CATEGORIES= textproc gnome +MASTER_SITES= TUCOWS + +MAINTAINER= cy@FreeBSD.org +COMMENT= A frontend for diff(1) + +USE_GNOME= gnomehack gnomeprefix gnomelibs +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= gtkdiff.1 gtkdiff-rcs.1 + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + +.include <bsd.port.mk> |