1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/textproc/gtkdiff/Makefile
Maxim Sobolev 3626ce1e8c Replace gnomecontrolcenter in RUN_DEPENDS with gnomecore to ensure correct
removal of share/gnome.

Submitted by:	bento
2000-09-13 08:55:57 +00:00

32 lines
687 B
Makefile

# 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@FreeBSD.org
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \
GTK_CONFIG="${GTK_CONFIG}" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
MAN1= gtkdiff.1
.include <bsd.port.mk>