1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/textproc/gtkdiff/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

30 lines
705 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= 2
CATEGORIES= textproc gnome
MASTER_SITES= http://home.catv.ne.jp/pp/ginoue/software/gtkdiff/
MAINTAINER= ports@FreeBSD.org
COMMENT= A frontend program for diff(1) written for GNOME
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix gnomelibs
USE_REINPLACE= yes
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>