freebsd-ports/databases/libgnomedb/Makefile

42 lines
958 B
Makefile
Raw Normal View History

# 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 $
#
PORTNAME= libgnomedb
2006-03-25 05:07:34 +01:00
PORTVERSION= 1.9.102
PORTREVISION?= 2
CATEGORIES= databases gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
2005-11-05 06:38:33 +01:00
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library components for the GNOME database frontend
USE_BZIP2= yes
.if !defined(REFERENCE_PORT)
USE_GMAKE= yes
2006-03-27 01:22:27 +02:00
USE_GNOME= gnomeprefix gnomehack libgnomeui libgda3 gtksourceview \
intlhack referencehack
USE_X_PREFIX= yes
2006-05-16 00:23:04 +02:00
USE_GETTEXT= yes
GNU_CONFIGURE= yes
INSTALLS_OMF= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
2003-06-01 02:34:12 +02:00
LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= libgnomedb.schemas
2005-11-05 06:38:33 +01:00
PLIST_SUB= VERSION=${PORTVERSION:R}
.include <bsd.port.mk>
.endif