2001-07-24 14:19:37 +02:00
|
|
|
# New ports collection makefile for: gnomebuild
|
|
|
|
# Date created: 24 July 2001
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomebuild
|
2003-10-16 17:54:11 +02:00
|
|
|
PORTVERSION= 0.1.0
|
2004-04-05 05:31:02 +02:00
|
|
|
PORTREVISION= 3
|
2003-10-16 17:54:11 +02:00
|
|
|
CATEGORIES= devel gnome
|
2001-07-24 14:19:37 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-10-16 17:54:11 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/gnome/gnome-/}/0.1
|
2001-07-24 14:19:37 +02:00
|
|
|
DISTNAME= ${PORTNAME:S/gnome/gnome-/}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER?= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A GNOME Build Framework (GBF)
|
2001-07-24 14:19:37 +02:00
|
|
|
|
2003-10-17 09:36:58 +02:00
|
|
|
LIB_DEPENDS= gdl-1.0:${PORTSDIR}/x11-toolkits/gdl
|
2001-07-24 14:19:37 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
2004-04-11 02:33:48 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack lthack gnometarget libgnomeui gnomevfs2
|
2004-03-14 07:17:56 +01:00
|
|
|
USE_LIBTOOL_VER= 13
|
2001-07-24 14:19:37 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2004-04-11 02:33:48 +02:00
|
|
|
USE_REINPLACE= yes
|
2004-02-23 22:07:36 +01:00
|
|
|
CONFIGURE_ARGS= --enable-compile-warnings=no
|
2001-07-24 14:19:37 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-10-16 17:54:11 +02:00
|
|
|
LIBS="-L${LOCALBASE}/lib -lgnuregex"
|
2001-07-24 14:19:37 +02:00
|
|
|
|
2004-02-20 19:01:29 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 500000
|
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/current-src_backends_libgbf_am_gbf-am-project.c
|
2004-02-23 22:07:36 +01:00
|
|
|
.elif ${ARCH} != "i386"
|
2004-02-20 19:01:29 +01:00
|
|
|
EXTRA_PATCHES+= ${FILESDIR}/stable-src_backends_libgbf_am_gbf-am-project.c
|
|
|
|
.endif
|
|
|
|
|
2004-04-11 02:33:48 +02:00
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -Ee \
|
|
|
|
's|-D[^[:space:]_]+_DISABLE_DEPRECATED||g'
|
|
|
|
|
2004-02-20 19:01:29 +01:00
|
|
|
.include <bsd.port.post.mk>
|