blob: 5d8d9b7f414ffedb036f92947c5d443ebb4d92b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: gtkdiff
# Date created: 17 November 1999
# Whom: Maxim Sobolev
#
# $FreeBSD$
#
PORTNAME= gtkdiff
PORTVERSION= 1.0.2
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
MAN1= gtkdiff.1
.include <bsd.port.mk>
|