summaryrefslogtreecommitdiff
path: root/x11/gtk/Makefile
blob: 4b728f07da3969737a19db98daf32075928de7bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	gtk
# Version required:			0.99.3
# Date created:				29 January 1998
# Whom:					bsieker@techfak.uni-bielefeld.de
#
# $NetBSD: Makefile,v 1.2 1998/02/05 09:45:32 tron Exp $

DISTNAME=	gtk+-0.99.3
CATEGORIES=	x11
MASTER_SITES=	ftp://ftp.gimp.org/pub/gtk/  \
		ftp://infosoc.uni-koeln.de/pub/ftp.gimp.org/pub/gtk/ \
		ftp://ftp.flirble.org/pub/X/gimp/pub/gtk/

MAINTAINER=	bsieker@techfak.uni-bielefeld.de

#	see below for shared lib version information

GNU_CONFIGURE=  yes
USE_X11=	yes

CFLAGS=		-pipe -O2

.include <bsd.port.mk>