2001-07-24 13:23:15 +02:00
|
|
|
# New ports collection makefile for: gdl
|
|
|
|
# Date created: 24 July 2001
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-04-10 07:56:28 +02:00
|
|
|
# $MCom: ports/x11-toolkits/gdl/Makefile,v 1.22 2009/03/17 18:08:56 kwm Exp $
|
2001-07-24 13:23:15 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gdl
|
2009-05-19 21:14:06 +02:00
|
|
|
PORTVERSION= 2.26.2
|
2003-09-25 05:41:37 +02:00
|
|
|
CATEGORIES= x11-toolkits gnome
|
2008-03-09 20:05:57 +01:00
|
|
|
MASTER_SITES= GNOME
|
2001-07-24 13:23:15 +02:00
|
|
|
|
2003-09-25 05:41:37 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Components intended to be shared between GNOME development tools
|
2001-07-24 13:23:15 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 06:14:07 +01:00
|
|
|
USE_GMAKE= yes
|
2003-09-25 05:41:37 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack libgnomeui
|
2006-05-16 00:23:04 +02:00
|
|
|
USE_GETTEXT= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2001-07-24 13:23:15 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-09-25 05:41:37 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2001-07-24 13:23:15 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|