freebsd-ports/devel/gnomebuild/Makefile

39 lines
990 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 2
2003-10-16 17:54:11 +02:00
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
2003-10-16 17:54:11 +02:00
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/gnome/gnome-/}/0.1
DISTNAME= ${PORTNAME:S/gnome/gnome-/}-${PORTVERSION}
MAINTAINER?= gnome@FreeBSD.org
COMMENT= A GNOME Build Framework (GBF)
LIB_DEPENDS= gdl-1.0:${PORTSDIR}/x11-toolkits/gdl
USE_BZIP2= yes
USE_X_PREFIX= yes
2003-10-16 17:54:11 +02:00
USE_GNOME= gnomeprefix gnomehack gnometarget libgnomeui gnomevfs2
2002-08-06 21:06:30 +02:00
USE_LIBTOOL= yes
2003-10-16 17:54:11 +02:00
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
2003-10-16 17:54:11 +02:00
LIBS="-L${LOCALBASE}/lib -lgnuregex"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
EXTRA_PATCHES+= ${FILESDIR}/current-src_backends_libgbf_am_gbf-am-project.c
.else
EXTRA_PATCHES+= ${FILESDIR}/stable-src_backends_libgbf_am_gbf-am-project.c
.endif
.include <bsd.port.post.mk>