1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/gnome-build/Makefile

39 lines
1.1 KiB
Makefile
Raw Normal View History

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