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$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomebuild
|
2003-10-16 15:54:11 +00:00
|
|
|
PORTVERSION= 0.1.0
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 2
|
2003-10-16 15:54:11 +00:00
|
|
|
CATEGORIES= devel gnome
|
2001-07-24 12:19:37 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-10-16 15:54:11 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/gnome/gnome-/}/0.1
|
2001-07-24 12:19:37 +00:00
|
|
|
DISTNAME= ${PORTNAME:S/gnome/gnome-/}-${PORTVERSION}
|
|
|
|
|
|
|
|
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
|
|
|
|
2003-10-17 07:36:58 +00:00
|
|
|
LIB_DEPENDS= gdl-1.0:${PORTSDIR}/x11-toolkits/gdl
|
2001-07-24 12:19:37 +00:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
2003-10-16 15:54:11 +00:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnometarget libgnomeui gnomevfs2
|
2002-08-06 19:06:30 +00:00
|
|
|
USE_LIBTOOL= yes
|
2003-10-16 15:54:11 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-07-24 12:19:37 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
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
|
|
|
|
|
|
|
.include <bsd.port.mk>
|