From 306a0595289a1660e82e229cd0db19e1ff4ef59d Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Sat, 10 Aug 2002 04:35:27 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_1'. --- databases/rubygem-postgres/Makefile | 43 ------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 databases/rubygem-postgres/Makefile (limited to 'databases/rubygem-postgres/Makefile') diff --git a/databases/rubygem-postgres/Makefile b/databases/rubygem-postgres/Makefile deleted file mode 100644 index 42940ea27c3b..000000000000 --- a/databases/rubygem-postgres/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: ruby-postgres -# Date created: 19 April 1999 -# Whom: Yasuhiro Fukuma -# -# $FreeBSD$ -# - -PORTNAME= postgres -PORTVERSION= 0.6.5 -PORTREVISION= 1 -CATEGORIES= databases ruby -MASTER_SITES= http://www.postgresql.jp/interfaces/ruby/archive/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= knu@FreeBSD.org - -LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7 - -USE_RUBY= yes -USE_RUBY_EXTCONF= yes - -CONFIGURE_ARGS= --with-pgsql-include-dir="${LOCALBASE}/include" -INSTALL_TARGET= site-install - -DOCS_EN= ChangeLog README doc/postgres.html -DOCS_JA= README.jp doc/postgres.jp.html - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_EXAMPLESDIR}/postgres - ${INSTALL_DATA} ${WRKSRC}/sample/*.rb ${RUBY_EXAMPLESDIR}/postgres/ - ${MKDIR} ${RUBY_DOCDIR}/postgres/ja -.for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/postgres/ -.endfor -.for f in ${DOCS_JA} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/postgres/ja/ -.endfor -.endif - -.include -- cgit v1.3