2001-07-24 12:19:37 +00:00
|
|
|
# New ports collection makefile for: gnomebuild
|
|
|
|
# Date created: 24 July 2001
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2007-10-24 23:37:25 +00:00
|
|
|
# $MCom: ports/devel/gnome-build/Makefile,v 1.5 2007/09/09 22:45:25 mezz Exp $
|
2001-07-24 12:19:37 +00:00
|
|
|
#
|
|
|
|
|
2006-05-28 04:06:27 +00:00
|
|
|
PORTNAME= gnome-build
|
2008-02-25 20:10:48 +00:00
|
|
|
PORTVERSION= 0.2.3
|
2008-02-27 01:25:37 +00:00
|
|
|
PORTREVISION= 1
|
2007-02-11 19:29:07 +00:00
|
|
|
PORTEPOCH= 1
|
2003-10-16 15:54:11 +00:00
|
|
|
CATEGORIES= devel gnome
|
2001-07-24 12:19:37 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
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 05:14:07 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
|
|
|
|
DIST_SUBDIR= gnome2
|
2001-07-24 12:19:37 +00:00
|
|
|
|
2006-05-15 22:15:45 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A GNOME Build Framework (GBF)
|
2001-07-24 12:19:37 +00:00
|
|
|
|
2008-02-27 01:25:37 +00:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext
|
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 05:14:07 +00:00
|
|
|
LIB_DEPENDS= gdl-gnome-1.0:${PORTSDIR}/x11-toolkits/gdl
|
2008-02-27 01:25:37 +00:00
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext
|
2001-07-24 12:19:37 +00:00
|
|
|
|
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 05:14:07 +00:00
|
|
|
USE_XLIB= yes
|
2001-07-24 12:19:37 +00:00
|
|
|
USE_BZIP2= yes
|
2006-05-15 22:15:45 +00:00
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gnomevfs2
|
2006-05-15 22:23:04 +00:00
|
|
|
USE_GETTEXT= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2007-02-11 14:39:51 +00:00
|
|
|
USE_GMAKE= yes
|
2006-11-05 03:45:05 +00:00
|
|
|
USE_LDCONFIG= yes
|
2008-02-27 01:25:37 +00:00
|
|
|
USE_PERL5= yes
|
2004-02-23 21:07:36 +00:00
|
|
|
CONFIGURE_ARGS= --enable-compile-warnings=no
|
2001-07-24 12:19:37 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-10-16 15:54:11 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib -lgnuregex"
|
2001-07-24 12:19:37 +00:00
|
|
|
|
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 05:14:07 +00:00
|
|
|
.include <bsd.port.mk>
|