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