freebsd-ports/textproc/gtkdiff/Makefile
2012-06-01 05:26:28 +00:00

27 lines
576 B
Makefile

# 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= 9
CATEGORIES= textproc gnome
MASTER_SITES= TUCOWS
MAINTAINER= cy@FreeBSD.org
COMMENT= A frontend for diff(1)
USE_GNOME= gnomehack gnomeprefix gnomelibs
GNU_CONFIGURE= yes
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>