diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-05 21:09:24 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-02-05 21:09:24 +0800 |
commit | b3c68602b2130f5ad5517c969149acc2cfd80b7e (patch) | |
tree | 7a0314d38aa8ed720044ebe6c174a6839af6c1a7 /databases/libgnomedb/Makefile | |
parent | 14f543713645c3fcadbf41408d8d2587a8a459e4 (diff) | |
download | marcuscom-ports-b3c68602b2130f5ad5517c969149acc2cfd80b7e.tar marcuscom-ports-b3c68602b2130f5ad5517c969149acc2cfd80b7e.tar.gz marcuscom-ports-b3c68602b2130f5ad5517c969149acc2cfd80b7e.tar.bz2 marcuscom-ports-b3c68602b2130f5ad5517c969149acc2cfd80b7e.tar.lz marcuscom-ports-b3c68602b2130f5ad5517c969149acc2cfd80b7e.tar.xz marcuscom-ports-b3c68602b2130f5ad5517c969149acc2cfd80b7e.tar.zst marcuscom-ports-b3c68602b2130f5ad5517c969149acc2cfd80b7e.zip |
Update to 3.0.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10349 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/libgnomedb/Makefile')
-rw-r--r-- | databases/libgnomedb/Makefile | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile new file mode 100644 index 000000000..f34f12479 --- /dev/null +++ b/databases/libgnomedb/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: libgnomedb +# Date created: 02 June 2002 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= libgnomedb +PORTVERSION= 3.0.0 +PORTREVISION?= 0 +CATEGORIES= databases gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +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_AUTOTOOLS= libtool:15 +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack libgnomeui libgda3 gtksourceview \ + intlhack referencehack +USE_XLIB= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +INSTALLS_OMF= yes +USE_LDCONFIG= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +GCONF_SCHEMAS= libgnomedb-3.0.schemas + +PLIST_SUB= VERSION=${PORTVERSION:R} + +.include <bsd.port.mk> +.endif |