diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-28 10:53:21 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-28 10:53:21 +0800 |
commit | eed5e17a6795be92d28e9d13a03cc3029dcab852 (patch) | |
tree | c8d821b0604ed0dc2ad5e8a6a905e1060bfd7c42 /databases/gnomedb/Makefile | |
parent | f2dc10790d25542392208139e6f5d91dcd76280a (diff) | |
download | freebsd-ports-gnome-eed5e17a6795be92d28e9d13a03cc3029dcab852.tar.gz freebsd-ports-gnome-eed5e17a6795be92d28e9d13a03cc3029dcab852.tar.zst freebsd-ports-gnome-eed5e17a6795be92d28e9d13a03cc3029dcab852.zip |
databases/gnomedb -> databases/gnome-db
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
PR: ports/97985
Repocopy by: marcus
Diffstat (limited to 'databases/gnomedb/Makefile')
-rw-r--r-- | databases/gnomedb/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/databases/gnomedb/Makefile b/databases/gnomedb/Makefile deleted file mode 100644 index c202fdf6c282..000000000000 --- a/databases/gnomedb/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: gnomedb -# Date created: 19th June 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomedb -PORTVERSION= 0.2.96 -PORTREVISION= 4 -CATEGORIES= databases gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-db/0.2 -DISTNAME= gnome-db-${PORTVERSION} -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provide uniform access to data sources for the GNOME environment - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix gnomehier libgda -USE_GMAKE= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -lintl" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -PLIST_SUB= VERSION=${PORTVERSION} - -.include <bsd.port.mk> |