1999-12-27 03:03:58 +01:00
|
|
|
# New ports collection makefile for: gtkdiff
|
|
|
|
# Date created: 17 November 1999
|
|
|
|
# Whom: Maxim Sobolev
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 23:54:47 +02:00
|
|
|
PORTNAME= gtkdiff
|
|
|
|
PORTVERSION= 1.0.2
|
1999-12-27 03:03:58 +01:00
|
|
|
CATEGORIES= textproc gnome
|
|
|
|
MASTER_SITES= http://www.ainet.or.jp/~inoue/software/gtkdiff/
|
|
|
|
|
2000-05-17 13:18:29 +02:00
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
1999-12-27 03:03:58 +01:00
|
|
|
|
2000-06-01 18:25:45 +02:00
|
|
|
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
|
2000-09-13 10:55:57 +02:00
|
|
|
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
1999-12-27 03:03:58 +01:00
|
|
|
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
|
|
|
|
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
|
2000-05-24 18:06:49 +02:00
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
1999-12-27 03:03:58 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2000-01-12 06:46:56 +01:00
|
|
|
MAN1= gtkdiff.1
|
|
|
|
|
1999-12-27 03:03:58 +01:00
|
|
|
.include <bsd.port.mk>
|