aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmm20/Makefile
blob: 3ad321b7c1772ee01067fc272ab958129687a318 (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
29
30
31
# New ports collection makefile for:   gtk--
# Version required:    0.9.14
# Date created:        11 May 1998
# Whom:                Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.3 1998/09/22 22:55:55 asami Exp $
#

DISTNAME=	Gtk---0.9.14
PKGNAME=	gtk---0.9.14
CATEGORIES=	x11-toolkits
MASTER_SITES=	ftp://ftp.gimp.org/pub/gtk/gtk--/

MAINTAINER=	Nakai@technologist.com

BROKEN_ELF=	yes

LIB_DEPENDS=	gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4

# Why gtk11 port renames gtk-config to gtk11-config? (patch-ae)
#GNU_CONFIGURE=	yes
USE_AUTOCONF=	yes
# for the future GNOME support
#CONFIGURE_ARGS=	--with-gnome=${X11BASE}
USE_GMAKE=	yes

post-install:
	${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>