2002-06-11 18:08:54 +02:00
|
|
|
# New ports collection makefile for: libgnomedb
|
|
|
|
# Date created: 02 June 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2005-11-05 06:38:33 +01:00
|
|
|
# $MCom: ports/databases/libgnomedb/Makefile,v 1.25 2005/10/13 20:20:19 marcus Exp $
|
2002-06-11 18:08:54 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libgnomedb
|
2006-03-25 05:07:34 +01:00
|
|
|
PORTVERSION= 1.9.102
|
2006-06-01 00:18:51 +02:00
|
|
|
PORTREVISION?= 2
|
2002-06-11 18:08:54 +02:00
|
|
|
CATEGORIES= databases gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2005-11-05 06:38:33 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
|
2002-06-11 18:08:54 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Library components for the GNOME database frontend
|
2002-06-11 18:08:54 +02:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2006-05-11 18:21:18 +02:00
|
|
|
|
|
|
|
.if !defined(REFERENCE_PORT)
|
|
|
|
|
2002-06-11 18:08:54 +02:00
|
|
|
USE_GMAKE= yes
|
2006-03-27 01:22:27 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack libgnomeui libgda3 gtksourceview \
|
2006-05-11 18:21:18 +02:00
|
|
|
intlhack referencehack
|
2006-06-01 00:18:51 +02:00
|
|
|
USE_X_PREFIX= yes
|
2006-05-16 00:23:04 +02:00
|
|
|
USE_GETTEXT= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2004-11-23 03:23:08 +01:00
|
|
|
INSTALLS_OMF= yes
|
2002-06-11 18:08:54 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-06-01 02:34:12 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-06-11 18:08:54 +02:00
|
|
|
|
2004-11-23 20:33:08 +01:00
|
|
|
GCONF_SCHEMAS= libgnomedb.schemas
|
|
|
|
|
2005-11-05 06:38:33 +01:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION:R}
|
|
|
|
|
2002-06-11 18:08:54 +02:00
|
|
|
.include <bsd.port.mk>
|
2006-05-11 18:21:18 +02:00
|
|
|
|
|
|
|
.endif
|