diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 09:46:00 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-06 09:46:00 +0800 |
commit | dc267ab59961ebbf633a9f1f936960169eaea546 (patch) | |
tree | a48cf275df4d6d138551a5f8cd0c7f4914c79372 /databases/libgnomedb/Makefile | |
parent | 57c63e904f0d33618b6cb8ad2801eb974a6c1d10 (diff) | |
download | marcuscom-ports-dc267ab59961ebbf633a9f1f936960169eaea546.tar marcuscom-ports-dc267ab59961ebbf633a9f1f936960169eaea546.tar.gz marcuscom-ports-dc267ab59961ebbf633a9f1f936960169eaea546.tar.bz2 marcuscom-ports-dc267ab59961ebbf633a9f1f936960169eaea546.tar.lz marcuscom-ports-dc267ab59961ebbf633a9f1f936960169eaea546.tar.xz marcuscom-ports-dc267ab59961ebbf633a9f1f936960169eaea546.tar.zst marcuscom-ports-dc267ab59961ebbf633a9f1f936960169eaea546.zip |
- Clean out databases, these are in ports now.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5025 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/libgnomedb/Makefile')
-rw-r--r-- | databases/libgnomedb/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/databases/libgnomedb/Makefile b/databases/libgnomedb/Makefile deleted file mode 100644 index dd663e8bf..000000000 --- a/databases/libgnomedb/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: libgnomedb -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/databases/libgnomedb/Makefile,v 1.24 2005/08/10 19:38:53 marcus Exp $ -# - -PORTNAME= libgnomedb -PORTVERSION= 1.9.100 -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 -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui libgda2 gtksourceview \ - intlhack -USE_AUTOTOOLS= libtool:15 -INSTALLS_OMF= yes -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= libgnomedb.schemas - -PLIST_SUB= VERSION=${PORTVERSION:R} - -.include <bsd.port.mk> |