blob: 256bcbac0cdc46cecab925e5d227ebcf9c4fa7cd (
plain)
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
|
# 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.1 1998/02/03 10:07:45 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
USE_GMAKE= yes
.include <bsd.port.mk>
|