aboutsummaryrefslogtreecommitdiff
path: root/databases/ruby-sqlite3/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-02-08 10:03:07 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-02-08 10:03:07 +0000
commit8ffcad95aa9c37dd2ed42afd3b3e6adcaecd8694 (patch)
tree976fa73981a6f1d1ae5771c0732b07d2837fa8d1 /databases/ruby-sqlite3/Makefile
parent3169b10ff732e2ecd3f3f9c85ed17d29e9840a39 (diff)
Notes
Diffstat (limited to 'databases/ruby-sqlite3/Makefile')
-rw-r--r--databases/ruby-sqlite3/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/databases/ruby-sqlite3/Makefile b/databases/ruby-sqlite3/Makefile
deleted file mode 100644
index b7384ab585e4..000000000000
--- a/databases/ruby-sqlite3/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: sqlite3-ruby
-# Date created: 26 June 2003
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sqlite3
-PORTVERSION= 1.2.1
-CATEGORIES= databases ruby
-MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
-MASTER_SITE_SUBDIR= sqlite-ruby
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= stas@FreeBSD.org
-COMMENT= Ruby interface to the SQLite DB engine version 3
-
-BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
-LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
-
-USE_BZIP2= yes
-USE_RUBY= yes
-USE_RUBY_SETUP= yes
-
-CONFIGURE_ARGS= -- --with-sqlite3-dir="${LOCALBASE}"
-
-DOCS= ChangeLog LICENSE README api/* doc/*
-
-# XXX: exists untill it will be committed to bsd.port.mk
-COPYTREE_SHARE= ${SH} -c '(${FIND} -d $$0 $$2 | ${CPIO} -dumpl $$1 >/dev/null \
- 2>&1) && \
- ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} $$1 && \
- ${FIND} $$1/ -type d -exec ${CHMOD} 755 {} \; && \
- ${FIND} $$1/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;' --
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODDOCDIR}
- @(cd ${WRKSRC}/ && ${COPYTREE_SHARE} "${DOCS}" ${RUBY_MODDOCDIR}/)
-.endif
-
-.include <bsd.port.mk>