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/
|
|
|
|
|
|
|
|
MAINTAINER= sobomax@altavista.net
|
|
|
|
|
|
|
|
LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs
|
|
|
|
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
|
|
|
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
|
|
|
|
GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2000-01-12 05:46:56 +00:00
|
|
|
MAN1= gtkdiff.1
|
|
|
|
|
1999-12-27 02:03:58 +00:00
|
|
|
.include <bsd.port.mk>
|