Beech Rintoul fbd7a846f4 - Remove USE_X_PREFIX
- Change MASTER_SITES
- Minor fixes

Approved by:	sat (mentor)
2007-06-13 07:43:56 +00:00

28 lines
598 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= 3
CATEGORIES= textproc gnome
MASTER_SITES= TUCOWS
MAINTAINER= beech@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>