2001-06-19 08:12:14 +00:00
|
|
|
# New ports collection makefile for: gnomedb
|
|
|
|
# Date created: 19th June 2001
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomedb
|
2002-03-04 09:16:31 +00:00
|
|
|
PORTVERSION= 0.2.96
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 2
|
2001-06-19 08:12:14 +00:00
|
|
|
CATEGORIES= databases gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 17:07:51 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-db/0.2
|
2001-06-19 08:12:14 +00:00
|
|
|
DISTNAME= gnome-db-${PORTVERSION}
|
2002-03-04 09:16:31 +00:00
|
|
|
DIST_SUBDIR= gnome
|
2001-06-19 08:12:14 +00:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Provide uniform access to data sources for the GNOME environment
|
2001-06-19 08:12:14 +00:00
|
|
|
|
2002-03-04 09:16:31 +00:00
|
|
|
USE_BZIP2= yes
|
2001-06-19 08:12:14 +00:00
|
|
|
USE_X_PREFIX= yes
|
2002-07-11 17:16:10 +00:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnomehier libgda
|
2001-06-19 08:12:14 +00:00
|
|
|
USE_GMAKE= yes
|
2004-07-09 17:43:11 +00:00
|
|
|
USE_INC_LIBTOOL_VER= 13
|
2001-06-19 08:12:14 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-09-24 14:30:25 +00:00
|
|
|
LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -lintl"
|
2001-08-13 09:34:49 +00:00
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
2001-10-23 13:30:14 +00:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
2001-06-19 08:12:14 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|